Use full package paths in imports.
[python/dscho.git] / Lib / test / test_email.py
blob5df59606086a676d131f2743fcf02d64d647aa2b
1 # Copyright (C) 2001,2002 Python Software Foundation
2 # email package unit tests
4 import unittest
5 # The specific tests now live in Lib/email/test
6 from email.test.test_email import suite
9 \f
10 if __name__ == '__main__':
11 unittest.main(defaultTest='suite')