summaryrefslogtreecommitdiff
path: root/openstackclient/shell.py
diff options
context:
space:
mode:
authorStephen Finucane <sfinucan@redhat.com>2019-06-14 11:51:52 +0100
committerDean Troyer <dtroyer@gmail.com>2019-08-27 17:12:15 -0500
commit6419533f436c6c369e05662c6ced26ad0bc68240 (patch)
tree52c06195e2a9456b3d10d1ddbee451a7d0113298 /openstackclient/shell.py
parentb9d63105566c84db11a976846844ad7b3a0b331e (diff)
downloadpython-openstackclient-6419533f436c6c369e05662c6ced26ad0bc68240.tar.gz
Bump hacking version
Pick up newer versions of this library. Thankfully no serious changes are needed. Change-Id: I69e523844529fc1c8aa0c1ce764182dbe29cfeb6 Signed-off-by: Stephen Finucane <sfinucan@redhat.com>
Diffstat (limited to 'openstackclient/shell.py')
-rw-r--r--openstackclient/shell.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/openstackclient/shell.py b/openstackclient/shell.py
index 22d8412c..86aa032b 100644
--- a/openstackclient/shell.py
+++ b/openstackclient/shell.py
@@ -209,5 +209,6 @@ def main(argv=None):
return OpenStackShell().run(argv)
+
if __name__ == "__main__":
sys.exit(main())