diff options
author | goodger <goodger@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2005-12-03 02:13:12 +0000 |
---|---|---|
committer | goodger <goodger@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2005-12-03 02:13:12 +0000 |
commit | 7e720ee65bc79a0430adb825f3deae4c93424959 (patch) | |
tree | 7974a5d9820ec2b6f7f91a6e36439d8041d266ca /test/test_io.py | |
parent | 61fff66ccbdf0463f131340e2349e7042eb568a6 (diff) | |
download | docutils-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_io.py')
-rwxr-xr-x | test/test_io.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/test_io.py b/test/test_io.py index e65b05c6c..b82911e44 100755 --- a/test/test_io.py +++ b/test/test_io.py @@ -11,6 +11,7 @@ Test module for io.py. """ import unittest +import DocutilsTestSupport # must be imported before docutils from docutils import io |