From: Guido van Rossum Date: Wed, 22 Oct 1997 20:50:37 +0000 (+0000) Subject: Removed unneeded imports of regex and regsub. X-Git-Tag: v1.5b1~166 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a8832b45e77fc4f75b6071a335ab4e414ce3f266;p=python Removed unneeded imports of regex and regsub. --- diff --git a/Lib/formatter.py b/Lib/formatter.py index 25dbe73d78..504807da6f 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