]> granicus.if.org Git - python/commitdiff
Removed two unused imports. Closes patch #525225.
authorBarry Warsaw <barry@python.org>
Sun, 3 Mar 2002 22:46:46 +0000 (22:46 +0000)
committerBarry Warsaw <barry@python.org>
Sun, 3 Mar 2002 22:46:46 +0000 (22:46 +0000)
2.2.1 candidate (but not terribly important).

Lib/email/Generator.py

index e969d00d89ed19792f4ba48fe5ab1b3facb9e4dd..981e0ffd04855ada5d93c19ccb9afb98e799ec2a 100644 (file)
@@ -11,10 +11,6 @@ import random
 from types import ListType, StringType
 from cStringIO import StringIO
 
-# Intrapackage imports
-import Message
-import Errors
-
 EMPTYSTRING = ''
 SEMISPACE = '; '
 BAR = '|'