diff options
Diffstat (limited to 'core')
-rw-r--r-- | core/TESTS/test_imports.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/TESTS/test_imports.py b/core/TESTS/test_imports.py index 585b0fe..3104a72 100644 --- a/core/TESTS/test_imports.py +++ b/core/TESTS/test_imports.py @@ -51,7 +51,7 @@ class SimpleTest(SimpleTestCase): def test_import_parsers_QMs(self): from troggle.core.models.caves import QM, Cave, LogbookEntry def test_import_parsers_people(self): - from html.parser import HTMLParser + from html import unescape from unidecode import unidecode def test_import_parsers_logbooks(self): from django.template.defaultfilters import slugify |