Commit ed4f02a7 authored by Fred Drake's avatar Fred Drake

Update to the proper boilerplate for __main__.

parent 352893c2
......@@ -130,4 +130,4 @@ def test_suite():
return unittest.makeSuite(TALESTests)
if __name__=='__main__':
main()
unittest.main(defaultTest='test_suite')
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment