Skip to content
This repository has been archived by the owner on Apr 24, 2018. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #3 from mahmoudhossam/patch-1
Should fix #1
  • Loading branch information
Kenneth Reitz committed May 12, 2012
2 parents e8388cf + e4524c7 commit 8785f24
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion goldenarch/core.py
Expand Up @@ -33,4 +33,7 @@ def cli():


if __name__ == '__main__':
cli()
try:
cli()
except KeyboardInterrupt:
sys.exit()

0 comments on commit 8785f24

Please sign in to comment.