From: Barry Warsaw Date: Sun, 3 Mar 2002 22:46:46 +0000 (+0000) Subject: Removed two unused imports. Closes patch #525225. X-Git-Tag: v2.3c1~6583 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5833baa30942076694b88185ccb02ebe1102c926;p=thirdparty%2FPython%2Fcpython.git Removed two unused imports. Closes patch #525225. 2.2.1 candidate (but not terribly important). --- diff --git a/Lib/email/Generator.py b/Lib/email/Generator.py index e969d00d89ed..981e0ffd0485 100644 --- a/Lib/email/Generator.py +++ b/Lib/email/Generator.py @@ -11,10 +11,6 @@ import random from types import ListType, StringType from cStringIO import StringIO -# Intrapackage imports -import Message -import Errors - EMPTYSTRING = '' SEMISPACE = '; ' BAR = '|'