]> granicus.if.org Git - python/commitdiff
Add a __main__.py to test_email so it works with -m like it did before move.
authorR David Murray <rdmurray@bitdance.com>
Tue, 29 Mar 2011 13:59:45 +0000 (09:59 -0400)
committerR David Murray <rdmurray@bitdance.com>
Tue, 29 Mar 2011 13:59:45 +0000 (09:59 -0400)
Lib/test/test_email/__main__.py [new file with mode: 0644]

diff --git a/Lib/test/test_email/__main__.py b/Lib/test/test_email/__main__.py
new file mode 100644 (file)
index 0000000..98af9ec
--- /dev/null
@@ -0,0 +1,3 @@
+from test.test_email import test_main
+
+test_main()