Remove specific Python version from #!
This commit is contained in:
parent
7c9586545e
commit
d9b38d2729
|
@ -1,4 +1,4 @@
|
|||
#! /usr/bin/env python1.5
|
||||
#! /usr/bin/env python
|
||||
|
||||
r"""Convert old ("regex") regular expressions to new syntax ("re").
|
||||
|
||||
|
|
Loading…
Reference in New Issue