Use recommended shebang for Python scripts

This commit is contained in:
Stein Magnus Jodal 2012-08-23 00:24:13 +02:00
parent 935382bf35
commit 8849c99675

View File

@ -1,4 +1,4 @@
#!/usr/bin/python
#! /usr/bin/env python
import argparse
import difflib