]> granicus.if.org Git - python/commitdiff
Remove unneeded "import re".
authorGuido van Rossum <guido@python.org>
Thu, 11 Dec 1997 21:41:13 +0000 (21:41 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 11 Dec 1997 21:41:13 +0000 (21:41 +0000)
Lib/rfc822.py

index 89392f6161fe948c29cdbee24c9b9ecc1e95bbad..9a99572e680aa6e3b1c931328c59b189b50236ea 100644 (file)
@@ -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