diff options
Diffstat (limited to 'heatclient/shell.py')
| -rw-r--r-- | heatclient/shell.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/heatclient/shell.py b/heatclient/shell.py index b36c29f..b527274 100644 --- a/heatclient/shell.py +++ b/heatclient/shell.py @@ -615,5 +615,6 @@ def main(args=None): print(encodeutils.safe_encode(six.text_type(e)), file=sys.stderr) sys.exit(1) + if __name__ == "__main__": main() |
