Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1ebdd71

Browse files
committed
Add a __main__.py to test_email so it works with -m like it did before move.
1 parent 1df78c8 commit 1ebdd71

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

Lib/test/test_email/__main__.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
from test.test_email import test_main
2+
3+
test_main()

0 commit comments

Comments
 (0)