summaryrefslogtreecommitdiff
path: root/test/test_nodes.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_nodes.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_nodes.py')
-rwxr-xr-xtest/test_nodes.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/test_nodes.py b/test/test_nodes.py
index 4471b3a15..5467c5490 100755
--- a/test/test_nodes.py
+++ b/test/test_nodes.py
@@ -12,6 +12,7 @@ Test module for nodes.py.
import unittest
from types import ClassType
+import DocutilsTestSupport # must be imported before docutils
from DocutilsTestSupport import nodes, utils
debug = 0