From 290e32736bc92569ad5b4626654505c459591326 Mon Sep 17 00:00:00 2001 From: Tomi Valkeinen Date: Thu, 21 Apr 2016 21:37:04 +0300 Subject: depend on python 3.x, not 3.4 --- py/functest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'py/functest.py') diff --git a/py/functest.py b/py/functest.py index 24a9a85..624f320 100755 --- a/py/functest.py +++ b/py/functest.py @@ -1,4 +1,4 @@ -#!/usr/bin/python3.4 +#!/usr/bin/python3 import pykms -- cgit v1.2.3