Rename sre.py -> re.py

This commit is contained in:
Neal Norwitz 2006-03-16 06:30:02 +00:00
parent 559e88be28
commit 94a9c09e10
5 changed files with 7 additions and 6 deletions

View file

@ -3,7 +3,7 @@ sys.path = ['.'] + sys.path
from test.test_support import verbose, run_unittest
import re
from sre import Scanner
from re import Scanner
import sys, os, traceback
from weakref import proxy