Fix shebang line.

This commit is contained in:
iabdalkader 2018-10-28 23:06:25 +02:00
parent 545bfd0435
commit f30f6c057a

View File

@ -1,10 +1,10 @@
#!/usr/bin/env python2.7
# This file is part of the OpenMV project. # This file is part of the OpenMV project.
# Copyright (c) 2013-2017 Ibrahim Abdelkader <iabdalkader@openmv.io> & Kwabena W. Agyeman <kwagyeman@openmv.io> # Copyright (c) 2013-2017 Ibrahim Abdelkader <iabdalkader@openmv.io> & Kwabena W. Agyeman <kwagyeman@openmv.io>
# This work is licensed under the MIT license, see the file LICENSE for details. # This work is licensed under the MIT license, see the file LICENSE for details.
# #
# Haar Cascade binary converter. # Haar Cascade binary converter.
#!/usr/bin/env python2.7
import sys,os import sys,os
import struct import struct
import argparse import argparse