AP_OSD: ensure that we use environment Python interpreter

This commit is contained in:
bugobliterator 2020-08-02 17:33:57 +05:30 committed by Peter Barker
parent a8d36a37c4
commit 13188b5e7e
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python
def convert(in_file, out_file):
'''Compile mcm file to binary'''