summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwiemann <wiemann@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2005-03-26 20:08:35 +0000
committerwiemann <wiemann@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2005-03-26 20:08:35 +0000
commit26d34fdcecffd31a4234e8ac4c190bde696dbb76 (patch)
tree9563e01e1c7bf3ee8fb6879a12d04196a4790283
parent40394acf8adb9b7f471ba35a2bd82dd19faa334b (diff)
downloaddocutils-26d34fdcecffd31a4234e8ac4c190bde696dbb76.tar.gz
moved test_html4css1/test_parts.py to test_html4css1.py;
no need for a separate directory git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@3135 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
-rwxr-xr-xtest/test_writers/test_html4css1.py (renamed from test/test_writers/test_html4css1/test_parts.py)0
-rw-r--r--test/test_writers/test_html4css1/__init__.py14
2 files changed, 0 insertions, 14 deletions
diff --git a/test/test_writers/test_html4css1/test_parts.py b/test/test_writers/test_html4css1.py
index 142465994..142465994 100755
--- a/test/test_writers/test_html4css1/test_parts.py
+++ b/test/test_writers/test_html4css1.py
diff --git a/test/test_writers/test_html4css1/__init__.py b/test/test_writers/test_html4css1/__init__.py
deleted file mode 100644
index 2fe79c55c..000000000
--- a/test/test_writers/test_html4css1/__init__.py
+++ /dev/null
@@ -1,14 +0,0 @@
-import os
-import os.path
-import sys
-
-sys.path.insert(0, os.path.abspath(os.curdir))
-prev = ''
-while sys.path[0] != prev:
- try:
- import DocutilsTestSupport
- break
- except ImportError:
- prev = sys.path[0]
- sys.path[0] = os.path.dirname(prev)
-sys.path.pop(0)