minor update

This commit is contained in:
Miroslav Stampar
2012-03-28 13:46:31 +00:00
parent 7fd64df167
commit 7d131d1fb1
3 changed files with 28 additions and 12 deletions

View File

@@ -128,6 +128,3 @@ def main():
# Reference: http://stackoverflow.com/questions/1635080/terminate-a-multi-thread-python-program
if hasattr(conf, "threads") and conf.threads > 1:
os._exit(0)
if __name__ == "__main__":
main()