Просмотр исходного кода

explicitly using python3.5 now

digital 8 лет назад
Родитель
Сommit
e86a2ea977

+ 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.