add shebang to python scripts
authorEvan Shelhamer <shelhamer@imaginarynumber.net>
Fri, 14 Feb 2014 23:40:38 +0000 (15:40 -0800)
committerEvan Shelhamer <shelhamer@imaginarynumber.net>
Fri, 14 Feb 2014 23:40:38 +0000 (15:40 -0800)
commit4f49004c28ae05d24e96183628eb6774b9ad2e72
tree78f6ad80f9c3d3bbd0bd3b0c493a702f70464a57
parent73c10a1ae12b8b1e328c19b8f6080cad3105e790
add shebang to python scripts

for executing in the shell without call to python. Follows the example
of @kloudkl .
python/caffe/convert.py
python/caffe/detection/detector.py
python/caffe/drawnet.py
python/caffe/imagenet/wrapper.py