summaryrefslogtreecommitdiffstats
path: root/Lib/email
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/email')
-rw-r--r--Lib/email/Generator.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/Lib/email/Generator.py b/Lib/email/Generator.py
index e969d00..981e0ff 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 = '|'