aboutsummaryrefslogtreecommitdiffstats
path: root/climl.py
diff options
context:
space:
mode:
authorVG <vg@devys.org>2016-05-09 14:27:28 +0200
committerVG <vg@devys.org>2016-05-09 14:27:28 +0200
commitc46013df0f2ae8a3534246ba45449c1cdacc58e6 (patch)
tree73762693c6fed5d9224778918cd004837ea2ffc3 /climl.py
parent5a4810462ce4ad100ce9a0b3220751b7c3f311b6 (diff)
downloadcliml-c46013df0f2ae8a3534246ba45449c1cdacc58e6.tar.gz
climl-c46013df0f2ae8a3534246ba45449c1cdacc58e6.tar.bz2
climl-c46013df0f2ae8a3534246ba45449c1cdacc58e6.zip
Auto-commit on 6d1dbe8495b5fafbc5f50d80268d0ca5b7b097be
Diffstat (limited to 'climl.py')
-rwxr-xr-x[-rw-r--r--]climl.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/climl.py b/climl.py
index 3afa3e6..e6d94c4 100644..100755
--- a/climl.py
+++ b/climl.py
@@ -1,5 +1,5 @@
+#!/home/calendros/work/climl/venv/bin/python3
#!/usr/bin/python3
-if __name__ == '__main__':
- import climl
- climl.main()
+import climl
+climl.main()