osmo_ctrl.py: Set shebang to use python v2

Nowadays bin/python usually points to python3, and this script is written
in python2, which means if run directly from terminal it will fail with
some print syntax errors.

Change-Id: I24a568fc2c3e69e7c9f7b9729bd023fe1f0691c7
This commit is contained in:
Pau Espin 2017-12-11 12:15:59 +01:00
parent 48b951a7a6
commit 1aa0fb4910
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python2
# -*- mode: python-mode; py-indent-tabs-mode: nil -*-
"""
/*