commit | 96e319e5ac93c7342ca3edd2322dad688199fac6 | [log] [tgz] |
---|---|---|
author | Benjamin Peterson <benjamin@python.org> | Thu Oct 15 15:39:15 2009 +0000 |
committer | Benjamin Peterson <benjamin@python.org> | Thu Oct 15 15:39:15 2009 +0000 |
tree | 1208768b706d2313facad7914aebd07ea175d57c | |
parent | 9d109742c0803521cee7e92956e628b98906797d [diff] |
don't need to mess up sys.path
diff --git a/Lib/test/test_re.py b/Lib/test/test_re.py index c4cc820..56056da 100644 --- a/Lib/test/test_re.py +++ b/Lib/test/test_re.py
@@ -1,6 +1,3 @@ -import sys -sys.path = ['.'] + sys.path - from test.test_support import verbose, run_unittest import re from re import Scanner