diff options
author | Marius Gedminas <marius@gedmin.as> | 2013-02-11 13:22:05 +0000 |
---|---|---|
committer | Marius Gedminas <marius@gedmin.as> | 2013-02-11 13:22:05 +0000 |
commit | 063c46c63b59423899dabd7cfff3b5bcd529692e (patch) | |
tree | 05fe22eb7c5b572047ce2649500fc3b9c9cfc196 /src | |
parent | e9822e89ce1822334022b840dd05b810959294e3 (diff) | |
download | zope-tal-063c46c63b59423899dabd7cfff3b5bcd529692e.tar.gz |
Whoops, another use of the obsolete setpath hack.
Diffstat (limited to 'src')
-rw-r--r-- | src/zope/tal/runtest.py | 3 |
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 |