made clients/pm3_*.py importable as Python modules

This commit is contained in:
dn337t@gmail.com 2012-06-22 11:09:36 +00:00
parent f208c9e281
commit 11d2326425
2 changed files with 4 additions and 2 deletions

View file

@ -32,4 +32,5 @@ def main(argv):
file_inp.close()
file_out.close()
main(sys.argv)
if __name__ == '__main__':
main(sys.argv)