[Python-checkins] r75436 - python/trunk/Lib/test/test_re.py

benjamin.peterson python-checkins at python.org
Thu Oct 15 17:39:16 CEST 2009


Author: benjamin.peterson
Date: Thu Oct 15 17:39:15 2009
New Revision: 75436

Log:
don't need to mess up sys.path

Modified:
   python/trunk/Lib/test/test_re.py

Modified: python/trunk/Lib/test/test_re.py
==============================================================================
--- python/trunk/Lib/test/test_re.py	(original)
+++ python/trunk/Lib/test/test_re.py	Thu Oct 15 17:39:15 2009
@@ -1,6 +1,3 @@
-import sys
-sys.path = ['.'] + sys.path
-
 from test.test_support import verbose, run_unittest
 import re
 from re import Scanner


More information about the Python-checkins mailing list