add #/usr/bin/env python to all python files
authormarina.kolpakova <marina.kolpakova@itseez.com>
Fri, 23 Nov 2012 18:57:22 +0000 (22:57 +0400)
committermarina.kolpakova <marina.kolpakova@itseez.com>
Fri, 23 Nov 2012 18:57:22 +0000 (22:57 +0400)
commit285d6320beb3715ca4e97811e7f6e0d1c33d2c84
tree691d6e046fa4e83691f1038d463ccfb86cb201e2
parent8579666b03b46d888a50940b390ad7eb6881454c
add #/usr/bin/env python to all python files
92 files changed:
doc/check_docs.py
doc/check_docs2.py
doc/conf.py
doc/ocv.py
doc/patch_refman_latex.py
doc/pattern_tools/gen_pattern.py
doc/pattern_tools/svgfig.py
doc/reformat.py
modules/contrib/doc/facerec/src/create_csv.py
modules/gpu/misc/mark_nvidia.py
modules/java/check-tests.py
modules/java/generator/gen_java.py
modules/java/generator/gen_javadoc.py
modules/java/generator/rst_parser.py
modules/python/src2/cv.py
modules/python/src2/gen.py
modules/python/src2/gen2.py
modules/python/src2/hdr_parser.py
modules/python/test/calchist.py
modules/python/test/camera_calibration.py
modules/python/test/findstereocorrespondence.py
modules/python/test/goodfeatures.py
modules/python/test/leak1.py
modules/python/test/leak2.py
modules/python/test/leak3.py
modules/python/test/leak4.py
modules/python/test/precornerdetect.py
modules/python/test/test.py
modules/python/test/ticket_6.py
modules/python/test/tickets.py
modules/python/test/transformations.py
modules/ts/misc/chart.py
modules/ts/misc/color.py
modules/ts/misc/concatlogs.py
modules/ts/misc/report.py
modules/ts/misc/run.py
modules/ts/misc/summary.py
modules/ts/misc/table_formatter.py
modules/ts/misc/testlog_parser.py
samples/python/camera.py
samples/python/cv20squares.py
samples/python/cvutils.py
samples/python/dmtx.py
samples/python/peopledetect.py
samples/python2/_coverage.py
samples/python2/_doc.py
samples/python2/asift.py
samples/python2/browse.py
samples/python2/calibrate.py
samples/python2/camshift.py
samples/python2/coherence.py
samples/python2/color_histogram.py
samples/python2/common.py
samples/python2/contours.py
samples/python2/deconvolution.py
samples/python2/demo.py
samples/python2/digits.py
samples/python2/digits_adjust.py
samples/python2/digits_video.py
samples/python2/distrans.py
samples/python2/edge.py
samples/python2/facedetect.py
samples/python2/feature_homography.py
samples/python2/find_obj.py
samples/python2/fitline.py
samples/python2/floodfill.py
samples/python2/gabor_threads.py
samples/python2/gaussian_mix.py
samples/python2/hist.py
samples/python2/inpaint.py
samples/python2/kmeans.py
samples/python2/lappyr.py
samples/python2/letter_recog.py
samples/python2/lk_homography.py
samples/python2/lk_track.py
samples/python2/morphology.py
samples/python2/mosse.py
samples/python2/motempl.py
samples/python2/mouse_and_match.py
samples/python2/mser.py
samples/python2/opt_flow.py
samples/python2/peopledetect.py
samples/python2/plane_ar.py
samples/python2/plane_tracker.py
samples/python2/squares.py
samples/python2/stereo_match.py
samples/python2/texture_flow.py
samples/python2/turing.py
samples/python2/video.py
samples/python2/video_dmtx.py
samples/python2/video_threaded.py
samples/python2/watershed.py