reverted a previous commit as not all distributions create a link file /usr/bin/python2 to the Python interpreter

This commit is contained in:
Bernardo Damele
2013-02-14 11:32:17 +00:00
parent 2267dd8f47
commit 4b9d8ed673
257 changed files with 257 additions and 257 deletions

View File

@@ -1,4 +1,4 @@
#! /usr/bin/env python2
#! /usr/bin/env python
# Runs pylint on all python scripts found in a directory tree
# Reference: http://rowinggolfer.blogspot.com/2009/08/pylint-recursively.html