diff options
| author | SavagePeanut <sourcehut@lazytapir.com> | 2023-07-30 15:53:19 -0500 |
|---|---|---|
| committer | SavagePeanut <sourcehut@lazytapir.com> | 2023-07-30 16:13:54 -0500 |
| commit | abd8ad5fd2c1e014633ccd83fd0f4de01b5e7a28 (patch) | |
| tree | a98de62624a42cd076d81d7e5772bad0443a59a3 /tests | |
| parent | f290f20011d6ccafe8a4f0adaaab0c157a2c0107 (diff) | |
rename to slidge_style_parser
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/test_style_parser.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_style_parser.py b/tests/test_style_parser.py index 49f838b..f78f866 100644 --- a/tests/test_style_parser.py +++ b/tests/test_style_parser.py @@ -1,4 +1,4 @@ -from style_parser import format_body +from slidge_style_parser import format_body MATRIX_FORMATS = { "_": ("<em>", "</em>"), |
