Commit 98fb9d97 by Alexander Popov

Don't check __name__ in __init__.py (it can't run separately anyway)

parent 58cc1a05
......@@ -904,6 +904,3 @@ def main():
parser.print_help()
sys.exit(0)
if __name__ == '__main__':
main()
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