summaryrefslogtreecommitdiff
path: root/Lib/test/test_email.py
diff options
context:
space:
mode:
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 9f17b75e0c..5df5960608 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