summaryrefslogtreecommitdiff
path: root/docutils/test/test_writers/test_html4css1_parts.py
diff options
context:
space:
mode:
Diffstat (limited to 'docutils/test/test_writers/test_html4css1_parts.py')
-rwxr-xr-xdocutils/test/test_writers/test_html4css1_parts.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/docutils/test/test_writers/test_html4css1_parts.py b/docutils/test/test_writers/test_html4css1_parts.py
index f2a2dcd57..c6250d57b 100755
--- a/docutils/test/test_writers/test_html4css1_parts.py
+++ b/docutils/test/test_writers/test_html4css1_parts.py
@@ -1,4 +1,4 @@
-#! /usr/bin/env python
+#! /usr/bin/env python3
# $Id$
# Author: reggie dugard <reggie@users.sourceforge.net>
@@ -11,7 +11,6 @@ Note: the 'body' and 'whole' entries have been removed from the parts
dictionaries (redundant), along with 'meta' and 'stylesheet' entries with
standard values, and any entries with empty values.
"""
-from __future__ import absolute_import
if __name__ == '__main__':
import __init__