summaryrefslogtreecommitdiff
path: root/test/test_settings.py
diff options
context:
space:
mode:
authorgoodger <goodger@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2005-12-03 02:13:12 +0000
committergoodger <goodger@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2005-12-03 02:13:12 +0000
commit7e720ee65bc79a0430adb825f3deae4c93424959 (patch)
tree7974a5d9820ec2b6f7f91a6e36439d8041d266ca /test/test_settings.py
parent61fff66ccbdf0463f131340e2349e7042eb568a6 (diff)
downloaddocutils-7e720ee65bc79a0430adb825f3deae4c93424959.tar.gz
corrected order of imports
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@4132 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'test/test_settings.py')
-rwxr-xr-xtest/test_settings.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/test_settings.py b/test/test_settings.py
index 4226af580..157cb71e1 100755
--- a/test/test_settings.py
+++ b/test/test_settings.py
@@ -17,6 +17,7 @@ import pprint
import warnings
import unittest
from types import StringType
+import DocutilsTestSupport # must be imported before docutils
from docutils import frontend, utils
from docutils.writers import html4css1, pep_html
from docutils.parsers import rst