don't need to mess up sys.path

This commit is contained in:
Benjamin Peterson 2009-10-15 15:39:15 +00:00
parent 9d109742c0
commit 96e319e5ac
1 changed files with 0 additions and 3 deletions

View 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