diff options
| author | goodger <goodger@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2005-12-14 14:50:54 +0000 |
|---|---|---|
| committer | goodger <goodger@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2005-12-14 14:50:54 +0000 |
| commit | 9d50b770d0fc3c00ef9751d383847440944edbab (patch) | |
| tree | 19dfce88710b0ecc002d821f2cd051de6cdfd0af /test/DocutilsTestSupport.py | |
| parent | 82724a839cf8fc0ef5c717fd7b2cc4bf0a94788f (diff) | |
| download | docutils-9d50b770d0fc3c00ef9751d383847440944edbab.tar.gz | |
added path for extra modules (roman, optparse, textwrap)
git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk/docutils@4211 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'test/DocutilsTestSupport.py')
| -rw-r--r-- | test/DocutilsTestSupport.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/DocutilsTestSupport.py b/test/DocutilsTestSupport.py index 5ad3673d4..a3b93e364 100644 --- a/test/DocutilsTestSupport.py +++ b/test/DocutilsTestSupport.py @@ -46,6 +46,7 @@ import os testroot = os.path.abspath(os.path.dirname(__file__) or os.curdir) sys.path.insert(1, os.path.normpath(os.path.join(testroot, '..'))) +sys.path.append(os.path.normpath(os.path.join(testroot, '..', 'extras'))) import unittest import docutils_difflib |
