Fix python shebang in executable scripts

This commit is contained in:
Maxim Velesyuk 2016-01-11 15:01:57 +00:00
commit c67c823bfe
3 changed files with 3 additions and 3 deletions

View file

@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python
#
# config.py
# Copyright (C) 2008 Canonical Ltd.

View file

@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python
#
# Copyright (c) 2012 Eran Sandler (eran@sandler.co.il), http://eran.sandler.co.il, http://forecastcloudy.net
#

View file

@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python
#
# select-session.py
# Copyright (C) 2010 Canonical Ltd.