summaryrefslogtreecommitdiff
path: root/src/lxml/tests/test_htmlparser.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/lxml/tests/test_htmlparser.py')
-rw-r--r--src/lxml/tests/test_htmlparser.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lxml/tests/test_htmlparser.py b/src/lxml/tests/test_htmlparser.py
index ccce9a60..9847d39b 100644
--- a/src/lxml/tests/test_htmlparser.py
+++ b/src/lxml/tests/test_htmlparser.py
@@ -10,7 +10,7 @@ import unittest
import tempfile, os, os.path, sys
from .common_imports import etree, html, BytesIO, fileInTestDir, _bytes, _str
-from .common_imports import SillyFileLike, HelperTestCase, write_to_file, next
+from .common_imports import SillyFileLike, HelperTestCase, write_to_file
try:
unicode