Skip to content

Commit e9cc287

Browse files
pcomfortcloud.py: make the script executable
It is now possible to use: $ ./pcomfortcloud.py to run the script on Unix.
1 parent 369649a commit e9cc287

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pcomfortcloud.py

100644100755
+3-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#!/usr/bin/env python3
2+
13
""" Command line interface for Panasonic Comfort Cloud """
24
from pcomfortcloud import __main__
3-
__main__.main()
5+
__main__.main()

0 commit comments

Comments
 (0)