diff options
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 |