From: Guido van Rossum Date: Thu, 11 Dec 1997 21:41:13 +0000 (+0000) Subject: Remove unneeded "import re". X-Git-Tag: v1.5b2~3 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9e326665cfa98bcd1898df5afd86e1abca4afba2;p=python Remove unneeded "import re". --- diff --git a/Lib/rfc822.py b/Lib/rfc822.py index 89392f6161..9a99572e68 100644 --- a/Lib/rfc822.py +++ b/Lib/rfc822.py @@ -38,7 +38,6 @@ See the class definition for lower level access methods. There are also some utility functions here. """ -import re import string import time