Browse Source

Made py files executable (#73)

Felix Knecht 6 years ago
parent
commit
b8c80f7471
2 changed files with 2 additions and 0 deletions
  1. 1 0
      nodemcu-uploader.py
  2. 1 0
      setup.py

+ 1 - 0
nodemcu-uploader.py

@@ -1,3 +1,4 @@
+#!/usr/bin/python
 # -*- coding: utf-8 -*-
 # Copyright (C) 2015-2016 Peter Magnusson <peter@birchroad.net>
 #pylint: disable=C0103

+ 1 - 0
setup.py

@@ -1,3 +1,4 @@
+#!/usr/bin/python
 # -*- coding: utf-8 -*-
 # Copyright (C) 2015-2016 Peter Magnusson <peter@birchroad.net>
 """Setup for nodemcu-uploader"""