Removed unneeded imports of regex and regsub.

This commit is contained in:
Guido van Rossum 1997-10-22 20:50:37 +00:00
parent acfb82a530
commit a8832b45e7
1 changed files with 0 additions and 2 deletions

View File

@ -1,5 +1,3 @@
import regex
import regsub
import string
import sys
from types import StringType