mirror of
https://github.com/openmv/openmv.git
synced 2025-11-04 14:49:50 +08:00
Use python2 to run openmv.py, pydfu.py and openmv-ide.py
This commit is contained in:
parent
8fd4ea6d16
commit
fc2a5bb1c7
@ -1,4 +1,4 @@
|
|||||||
#!/usr/bin/env python2.7
|
#!/usr/bin/env python2
|
||||||
import openmv
|
import openmv
|
||||||
import gtk
|
import gtk
|
||||||
import gobject
|
import gobject
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
#!/usr/bin/env python
|
#!/usr/bin/env python2
|
||||||
# This file is part of the OpenMV project.
|
# This file is part of the OpenMV project.
|
||||||
# Copyright (c) 2013/2014 Ibrahim Abdelkader <i.abdalkader@gmail.com>
|
# Copyright (c) 2013/2014 Ibrahim Abdelkader <i.abdalkader@gmail.com>
|
||||||
# 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.
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
#!/usr/bin/env python
|
#!/usr/bin/env python2
|
||||||
# This file is part of the OpenMV project.
|
# This file is part of the OpenMV project.
|
||||||
# Copyright (c) 2013/2014 Ibrahim Abdelkader <i.abdalkader@gmail.com>
|
# Copyright (c) 2013/2014 Ibrahim Abdelkader <i.abdalkader@gmail.com>
|
||||||
# This work is licensed under the MIT license, see the file LICENSE for
|
# This work is licensed under the MIT license, see the file LICENSE for
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user