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/alpha-test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'py/alpha-test.py') diff --git a/py/alpha-test.py b/py/alpha-test.py index 15ba045..695cd1b 100755 --- a/py/alpha-test.py +++ b/py/alpha-test.py @@ -1,4 +1,4 @@ -#!/usr/bin/python3.4 +#!/usr/bin/python3 import pykms from helpers import * -- cgit v1.2.3