summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Buetow (mars.fritz.box) <paul@buetow.org>2014-03-10 22:26:37 +0100
committerPaul Buetow (mars.fritz.box) <paul@buetow.org>2014-03-10 22:26:37 +0100
commit98323146c9b19f3a40ce838a2ecba4891b2bac8f (patch)
tree014b3f95febebed5b3479ff64df692418221e265
parent574435be04f2f4b50bfd6a7c896e4ef62fd03f3b (diff)
exit
-rwxr-xr-xfapi.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/fapi.py b/fapi.py
index 979e93b..2fc9cdb 100755
--- a/fapi.py
+++ b/fapi.py
@@ -84,6 +84,7 @@ if __name__ == '__main__':
if args['V']:
print 'This is ' + __program__ + ' version ' + __version__
+ sys.exit(0)
fapi = Fapi(args)