mirror of https://github.com/python/cpython
Add a __main__.py to test_email so it works with -m like it did before move.
This commit is contained in:
parent
1df78c8e6e
commit
1ebdd714ac
|
@ -0,0 +1,3 @@
|
|||
from test.test_email import test_main
|
||||
|
||||
test_main()
|
Loading…
Reference in New Issue