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