summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_email.py
diff options
context:
space:
mode:
authorBarry Warsaw <barry@python.org>2002-07-19 22:44:23 (GMT)
committerBarry Warsaw <barry@python.org>2002-07-19 22:44:23 (GMT)
commitd33d47401d96d3486f83f274e0318aaafd5a854d (patch)
tree6682f1c54bc4f71d57455464bf23831e9cfdfed5 /Lib/test/test_email.py
parent190390b02649b164489aaca1064bb33af2c9ee4f (diff)
downloadcpython-d33d47401d96d3486f83f274e0318aaafd5a854d.zip
cpython-d33d47401d96d3486f83f274e0318aaafd5a854d.tar.gz
cpython-d33d47401d96d3486f83f274e0318aaafd5a854d.tar.bz2
Shut the test up and add a missing import
Diffstat (limited to 'Lib/test/test_email.py')
-rw-r--r--Lib/test/test_email.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/Lib/test/test_email.py b/Lib/test/test_email.py
index 9f17b75..5df5960 100644
--- a/Lib/test/test_email.py
+++ b/Lib/test/test_email.py
@@ -1,8 +1,9 @@
# Copyright (C) 2001,2002 Python Software Foundation
# email package unit tests
+import unittest
# The specific tests now live in Lib/email/test
-from email.test.test_email import *
+from email.test.test_email import suite