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/db.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'py/db.py') diff --git a/py/db.py b/py/db.py index fbc1998..ce1a54e 100755 --- a/py/db.py +++ b/py/db.py @@ -1,4 +1,4 @@ -#!/usr/bin/python3.4 +#!/usr/bin/python3 import sys import pykms -- cgit v1.2.3