add #/usr/bin/env python to all python files

This commit is contained in:
marina.kolpakova
2012-11-23 22:57:22 +04:00
parent 8579666b03
commit 285d6320be
92 changed files with 183 additions and 1 deletions

View File

@@ -1,3 +1,5 @@
#!/usr/bin/python
import cv2.cv as cv
import time

View File

@@ -1,3 +1,5 @@
#!/usr/bin/python
"""
Find Squares in image by finding countours and filtering
"""

View File

@@ -1,3 +1,5 @@
#!/usr/bin/python
import cv2.cv as cv
import urllib2
from sys import argv

View File

@@ -1,3 +1,5 @@
#!/usr/bin/python
import cv2.cv as cv
import time
from pydmtx import DataMatrix

View File

@@ -1,3 +1,5 @@
#!/usr/bin/python
import sys
from cv import *