add #/usr/bin/env python to all python files
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
#!/usr/bin/python
|
||||
|
||||
import cv2.cv as cv
|
||||
import time
|
||||
|
||||
|
@@ -1,3 +1,5 @@
|
||||
#!/usr/bin/python
|
||||
|
||||
"""
|
||||
Find Squares in image by finding countours and filtering
|
||||
"""
|
||||
|
@@ -1,3 +1,5 @@
|
||||
#!/usr/bin/python
|
||||
|
||||
import cv2.cv as cv
|
||||
import urllib2
|
||||
from sys import argv
|
||||
|
@@ -1,3 +1,5 @@
|
||||
#!/usr/bin/python
|
||||
|
||||
import cv2.cv as cv
|
||||
import time
|
||||
from pydmtx import DataMatrix
|
||||
|
@@ -1,3 +1,5 @@
|
||||
#!/usr/bin/python
|
||||
|
||||
import sys
|
||||
from cv import *
|
||||
|
||||
|
Reference in New Issue
Block a user