From: Benjamin Peterson Date: Thu, 15 Oct 2009 15:39:15 +0000 (+0000) Subject: don't need to mess up sys.path X-Git-Tag: v2.7a1~339 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=96e319e5ac93c7342ca3edd2322dad688199fac6;p=python don't need to mess up sys.path --- diff --git a/Lib/test/test_re.py b/Lib/test/test_re.py index c4cc8208ed..56056da857 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