diff --git a/django/test/html.py b/django/test/html.py index ff073ba728f..f1e4897efd2 100644 --- a/django/test/html.py +++ b/django/test/html.py @@ -4,7 +4,7 @@ Comparing two html documents. import re from HTMLParser import HTMLParseError from django.utils.encoding import force_unicode -from django.utils.htmlparser import HTMLParser +from django.utils.html_parser import HTMLParser WHITESPACE = re.compile('\s+') diff --git a/django/utils/htmlparser.py b/django/utils/html_parser.py similarity index 100% rename from django/utils/htmlparser.py rename to django/utils/html_parser.py