summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Gedminas <marius@gedmin.as>2013-02-11 13:22:05 +0000
committerMarius Gedminas <marius@gedmin.as>2013-02-11 13:22:05 +0000
commit063c46c63b59423899dabd7cfff3b5bcd529692e (patch)
tree05fe22eb7c5b572047ce2649500fc3b9c9cfc196
parente9822e89ce1822334022b840dd05b810959294e3 (diff)
downloadzope-tal-063c46c63b59423899dabd7cfff3b5bcd529692e.tar.gz
Whoops, another use of the obsolete setpath hack.
-rw-r--r--src/zope/tal/runtest.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/zope/tal/runtest.py b/src/zope/tal/runtest.py
index 02866eb..37b76a2 100644
--- a/src/zope/tal/runtest.py
+++ b/src/zope/tal/runtest.py
@@ -30,9 +30,6 @@ except ImportError:
# Python 3.x
from io import StringIO
-if __name__ == "__main__":
- from . import setpath # Local hack to tweak sys.path etc.
-
import zope.tal.driver
import zope.tal.tests.utils