소스 검색

explicitly using python3.5 now

digital 8 년 전
부모
커밋
e86a2ea977
6개의 변경된 파일6개의 추가작업 그리고 6개의 파일을 삭제
  1. 1 1
      gui.py
  2. 1 1
      lib/beewatch/__init__.py
  3. 1 1
      lib/beewatch/gui/__init__.py
  4. 1 1
      lib/beewatch/pinapi/__init__.py
  5. 1 1
      lib/beewatch/server/__init__.py
  6. 1 1
      server.py

+ 1 - 1
gui.py

@@ -1,4 +1,4 @@
-#! /usr/bin/python3
+#! /usr/bin/python3.5
 # Copyright 2017 Digital
 #
 # This file is part of BeeWatch.

+ 1 - 1
lib/beewatch/__init__.py

@@ -1,4 +1,4 @@
-#! /usr/bin/python3
+#! /usr/bin/python3.5
 # Copyright 2017 Digital
 #
 # This file is part of BeeWatch.

+ 1 - 1
lib/beewatch/gui/__init__.py

@@ -1,4 +1,4 @@
-#! /usr/bin/python3
+#! /usr/bin/python3.5
 # Copyright 2017 Digital
 #
 # This file is part of BeeWatch.

+ 1 - 1
lib/beewatch/pinapi/__init__.py

@@ -1,4 +1,4 @@
-#! /usr/bin/python3
+#! /usr/bin/python3.5
 # Copyright 2017 Digital
 #
 # This file is part of BeeWatch.

+ 1 - 1
lib/beewatch/server/__init__.py

@@ -1,4 +1,4 @@
-#! /usr/bin/python3
+#! /usr/bin/python3.5
 # Copyright 2017 Digital
 #
 # This file is part of BeeWatch.

+ 1 - 1
server.py

@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/python3.5
 # Copyright 2017 Digital
 #
 # This file is part of BeeWatch.