aboutsummaryrefslogtreecommitdiff
path: root/whatmaps/command.py
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2016-12-26 10:05:25 +0100
committerGuido Günther <agx@sigxcpu.org>2016-12-26 10:14:31 +0100
commit69912f86329adf4df6c50741ca3f3635dd0cac0d (patch)
treeaa638987eac0d1f4e90d97b1b75bf9729068f9e3 /whatmaps/command.py
parent56f6cb8933a0d7b618632ee63328813cd4d7f145 (diff)
Add simple helper to run from working copy
since running whatmaps/command.py doesn't work with python3
Diffstat (limited to 'whatmaps/command.py')
-rwxr-xr-xwhatmaps/command.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/whatmaps/command.py b/whatmaps/command.py
index 74d85da..7c9b476 100755
--- a/whatmaps/command.py
+++ b/whatmaps/command.py
@@ -259,8 +259,4 @@ def main(argv):
def run():
return(main(sys.argv))
-
-if __name__ == '__main__':
- sys.exit(main(sys.argv))
-
# vim:et:ts=4:sw=4:et:sts=4:ai:set list listchars=tab\:»·,trail\:·: