aboutsummaryrefslogtreecommitdiffstats
path: root/climl.py
diff options
context:
space:
mode:
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()