diff --git a/tests/module_finder_test.py b/tests/module_finder_test.py index fc3a17de..ac3bfe6c 100644 --- a/tests/module_finder_test.py +++ b/tests/module_finder_test.py @@ -308,7 +308,6 @@ if sys.version_info > (2, 6): # AttributeError: module 'html.parser' has no attribute # 'HTMLParseError' # - import pkg_resources._vendor.six from django.utils.six.moves import html_parser as _html_parser _html_parser.HTMLParseError = Exception