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

View file

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