From a8832b45e77fc4f75b6071a335ab4e414ce3f266 Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Wed, 22 Oct 1997 20:50:37 +0000 Subject: Removed unneeded imports of regex and regsub. --- Lib/formatter.py | 2 -- 1 file changed, 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 -- cgit v0.12