remove python2 in favor of the original "python"

This commit is contained in:
Mathieu Virbel 2012-06-17 19:33:43 +02:00
parent 23ce73af16
commit 8e0bc1568d
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python2
#!/usr/bin/env python
'''
Kivy Git Pre-Commit Hook to Enforce Styleguide