Use /usr/bin/env in python shebang

This commit is contained in:
Sebastien Helleu 2014-02-07 11:39:30 +01:00
parent da74afdbdc
commit fbb0156dae
13 changed files with 13 additions and 13 deletions

View file

@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python
# -*- coding: utf-8 -*-
#
# Copyright (C) 2011-2014 Sébastien Helleu <flashcode@flashtux.org>