]> granicus.if.org Git - python/commitdiff
don't need to mess up sys.path
authorBenjamin Peterson <benjamin@python.org>
Thu, 15 Oct 2009 15:39:15 +0000 (15:39 +0000)
committerBenjamin Peterson <benjamin@python.org>
Thu, 15 Oct 2009 15:39:15 +0000 (15:39 +0000)
Lib/test/test_re.py

index c4cc8208ede0156a8fb3687add8c0f34a9c912f7..56056da85766cc1bcd5f6037c29ea8b30bc91aee 100644 (file)
@@ -1,6 +1,3 @@
-import sys
-sys.path = ['.'] + sys.path
-
 from test.test_support import verbose, run_unittest
 import re
 from re import Scanner