Skip to content

Commit

Permalink
bug 933125
Browse files Browse the repository at this point in the history
ensure cli.py executes from the shell

Change-Id: I48e6478c5c38a76ef44182b741106fb3a69543e9
  • Loading branch information
Salvatore Orlando committed Feb 15, 2012
1 parent 27741e3 commit caca89a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions quantum/client/cli.py
Expand Up @@ -165,3 +165,6 @@ def main():

LOG.info("Command execution completed")
sys.exit(0)

if __name__ == "__main__":
main()

0 comments on commit caca89a

Please sign in to comment.