diff options
author | Guido van Rossum <guido@python.org> | 1997-12-11 21:41:13 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1997-12-11 21:41:13 (GMT) |
commit | 9e326665cfa98bcd1898df5afd86e1abca4afba2 (patch) | |
tree | 1547a6686556824e17d5f1dada26f62104e4d064 /Lib/rfc822.py | |
parent | 105ff952bda1378ad2dae2885e82fc7f5aec56ec (diff) | |
download | cpython-9e326665cfa98bcd1898df5afd86e1abca4afba2.zip cpython-9e326665cfa98bcd1898df5afd86e1abca4afba2.tar.gz cpython-9e326665cfa98bcd1898df5afd86e1abca4afba2.tar.bz2 |
Remove unneeded "import re".
Diffstat (limited to 'Lib/rfc822.py')
-rw-r--r-- | Lib/rfc822.py | 1 |
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 |