Change shebang to ensure python2 is called

This commit is contained in:
Promofaux 2016-09-30 21:15:44 +01:00
parent f345fa6b2e
commit 30f24dc988
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# Copyright (c) 2015, LCI Technology Group, LLC

View file

@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# Copyright (c) 2015, LCI Technology Group, LLC