summaryrefslogtreecommitdiffstats
path: root/Lib/formatter.py
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1997-10-22 20:50:37 (GMT)
committerGuido van Rossum <guido@python.org>1997-10-22 20:50:37 (GMT)
commita8832b45e77fc4f75b6071a335ab4e414ce3f266 (patch)
treef88c5adfddefbd0a9358de9f4ba397cd21a5a9e6 /Lib/formatter.py
parentacfb82a530c2fde7f708b93aac6a35504c207093 (diff)
downloadcpython-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.py2
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