Don't need exposing direct executable entry in nimble/cmd

Change-Id: Id5137914c426635751412c9bb3349c120db0c180
This commit is contained in:
liusheng 2016-12-14 15:29:48 +08:00
parent 49e32319f5
commit 77e34d19ea
2 changed files with 0 additions and 7 deletions

View File

@ -33,6 +33,3 @@ def main():
server = nimble_service.WSGIService('nimble_api', CONF.api.enable_ssl_api)
launcher.launch_service(server, workers=server.workers)
launcher.wait()
if __name__ == '__main__':
sys.exit(main())

View File

@ -37,7 +37,3 @@ def main():
launcher = service.launch(CONF, mgr)
launcher.wait()
if __name__ == '__main__':
sys.exit(main())