Fixed the shebang lines on the Python scripts.

Also, removed the one from modules/python/src2/cv.py and cleared its
executable bit, since it's not a script.
This commit is contained in:
Roman Donchenko
2013-04-11 18:34:04 +04:00
parent ca56e99a62
commit 57d4c86b2b
82 changed files with 81 additions and 83 deletions

2
modules/python/src2/cv.py Executable file → Normal file
View File

@@ -1,3 +1 @@
#/usr/bin/env python
from cv2.cv import *