浏览代码

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.