summaryrefslogtreecommitdiffstats
path: root/Lib
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1997-12-11 21:41:13 (GMT)
committerGuido van Rossum <guido@python.org>1997-12-11 21:41:13 (GMT)
commit9e326665cfa98bcd1898df5afd86e1abca4afba2 (patch)
tree1547a6686556824e17d5f1dada26f62104e4d064 /Lib
parent105ff952bda1378ad2dae2885e82fc7f5aec56ec (diff)
downloadcpython-9e326665cfa98bcd1898df5afd86e1abca4afba2.zip
cpython-9e326665cfa98bcd1898df5afd86e1abca4afba2.tar.gz
cpython-9e326665cfa98bcd1898df5afd86e1abca4afba2.tar.bz2
Remove unneeded "import re".
Diffstat (limited to 'Lib')
-rw-r--r--Lib/rfc822.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/rfc822.py b/Lib/rfc822.py
index 89392f6..9a99572e 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