diff options
| author | wiemann <wiemann@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2004-10-01 16:03:36 +0000 |
|---|---|---|
| committer | wiemann <wiemann@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2004-10-01 16:03:36 +0000 |
| commit | 2485ae832ee58c2a1041c45cc91d2adb4b5b72e1 (patch) | |
| tree | 3c007a3ef97658857cc4db97a5dd6b2de1940373 /docutils/test/DocutilsTestSupport.py | |
| parent | 296d659403323266044464dc23bd0a8130589ab5 (diff) | |
| download | docutils-2485ae832ee58c2a1041c45cc91d2adb4b5b72e1.tar.gz | |
added DocutilsTestSupport.testroot
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@2683 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docutils/test/DocutilsTestSupport.py')
| -rw-r--r-- | docutils/test/DocutilsTestSupport.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docutils/test/DocutilsTestSupport.py b/docutils/test/DocutilsTestSupport.py index 3f8451959..2c30e2b6f 100644 --- a/docutils/test/DocutilsTestSupport.py +++ b/docutils/test/DocutilsTestSupport.py @@ -73,6 +73,9 @@ except: StringList.__repr__ = StringList.__str__ +testroot = os.path.abspath(os.path.dirname(__file__) or os.path.curdir) + + class DevNull: """Output sink.""" |
