commit 2cbef444c4b0a3e5b861a5191b298bfc5096bcd9 parent cd02abdb3a29906f704b4649c20daa047638270e Author: Stefan Koch <taikano@lavabit.com> Date: Tue, 11 Jun 2013 10:57:50 +0200 added standard python2 to shebang Diffstat:
M | track.py | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/track.py b/track.py @@ -1,4 +1,4 @@ -#!/usr/bin/python2.7 +#!/usr/bin/python2 import cv2 import math