Add a __main__.py to test_email so it works with -m like it did before move.

This commit is contained in:
R David Murray 2011-03-29 09:59:45 -04:00
parent 1df78c8e6e
commit 1ebdd714ac
1 changed files with 3 additions and 0 deletions

View File

@ -0,0 +1,3 @@
from test.test_email import test_main
test_main()