diff options
author | Guido van Rossum <guido@python.org> | 1997-10-22 20:50:37 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1997-10-22 20:50:37 (GMT) |
commit | a8832b45e77fc4f75b6071a335ab4e414ce3f266 (patch) | |
tree | f88c5adfddefbd0a9358de9f4ba397cd21a5a9e6 /Lib/formatter.py | |
parent | acfb82a530c2fde7f708b93aac6a35504c207093 (diff) | |
download | cpython-a8832b45e77fc4f75b6071a335ab4e414ce3f266.zip cpython-a8832b45e77fc4f75b6071a335ab4e414ce3f266.tar.gz cpython-a8832b45e77fc4f75b6071a335ab4e414ce3f266.tar.bz2 |
Removed unneeded imports of regex and regsub.
Diffstat (limited to 'Lib/formatter.py')
-rw-r--r-- | Lib/formatter.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Lib/formatter.py b/Lib/formatter.py index 25dbe73..504807d 100644 --- a/Lib/formatter.py +++ b/Lib/formatter.py @@ -1,5 +1,3 @@ -import regex -import regsub import string import sys from types import StringType |