mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
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
1 changed files with 3 additions and 0 deletions
3
Lib/test/test_email/__main__.py
Normal file
3
Lib/test/test_email/__main__.py
Normal file
|
@ -0,0 +1,3 @@
|
|||
from test.test_email import test_main
|
||||
|
||||
test_main()
|
Loading…
Add table
Add a link
Reference in a new issue