]> sigrok.org Git - sigrok-meter.git/commitdiff
Use python 2.
authorJens Steinhauser <redacted>
Wed, 12 Nov 2014 03:48:36 +0000 (04:48 +0100)
committerJens Steinhauser <redacted>
Wed, 12 Nov 2014 03:48:36 +0000 (04:48 +0100)
The python bindings are currently only available for python 2, so use this
version.

sigrok-meter

index aef1f27aaa2cf225b5f08db758f581bd94a38517..988412e6abf1d4831a5aa1c24f3718491ae3a3c9 100755 (executable)
@@ -1,4 +1,5 @@
-#!/usr/bin/python3
+#!/usr/bin/env python
+
 ##
 ## This file is part of the sigrok-meter project.
 ##