]> granicus.if.org Git - python/commitdiff
Removed unneeded imports of regex and regsub.
authorGuido van Rossum <guido@python.org>
Wed, 22 Oct 1997 20:50:37 +0000 (20:50 +0000)
committerGuido van Rossum <guido@python.org>
Wed, 22 Oct 1997 20:50:37 +0000 (20:50 +0000)
Lib/formatter.py

index 25dbe73d78cb418625f47652be015ad8cbade9c2..504807da6f66760ac9c8466937a3c913e0e7a5f3 100644 (file)
@@ -1,5 +1,3 @@
-import regex
-import regsub
 import string
 import sys
 from types import StringType