diff options
| author | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2016-04-21 21:37:04 +0300 |
|---|---|---|
| committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2016-04-21 21:37:04 +0300 |
| commit | 290e32736bc92569ad5b4626654505c459591326 (patch) | |
| tree | 849b5eee3556d5fca309cbbd02510d4fd3c2089d /py/test.py | |
| parent | 912fb5c3f10bb28e578307a33224efca64fa2b74 (diff) | |
depend on python 3.x, not 3.4
Diffstat (limited to 'py/test.py')
| -rwxr-xr-x | py/test.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -#!/usr/bin/python3.4 +#!/usr/bin/python3 import pykms |
