From 9e326665cfa98bcd1898df5afd86e1abca4afba2 Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Thu, 11 Dec 1997 21:41:13 +0000 Subject: [PATCH] Remove unneeded "import re". --- Lib/rfc822.py | 1 - 1 file changed, 1 deletion(-) diff --git a/Lib/rfc822.py b/Lib/rfc822.py index 89392f6161f..9a99572e680 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