Make main() calls conditional - system (#3652)

This commit is contained in:
Fabio Alessandro Locati 2016-12-05 16:24:19 +00:00 committed by Matt Clay
parent 45b31fa514
commit cbe3f4e5e1
24 changed files with 55 additions and 28 deletions

View file

@ -370,4 +370,5 @@ class Options(dict):
ret.append('%s=%s' % (k, v))
return ','.join(ret)
main()
if __name__ == '__main__':
main()