trezor-agent: remove __main__ part

This commit is contained in:
Roman Zeyde
2015-07-04 09:05:09 +03:00
parent 7f0424d29a
commit 8c82480c34

View File

@@ -46,6 +46,3 @@ def main():
return server.run_process(command=command, environ=env)
except KeyboardInterrupt:
log.info('server stopped')
if __name__ == '__main__':
sys.exit(main())