Remove specific Python version from #!

This commit is contained in:
Andrew M. Kuchling 2004-04-06 19:42:34 +00:00
parent 7c9586545e
commit d9b38d2729

View file

@ -1,4 +1,4 @@
#! /usr/bin/env python1.5
#! /usr/bin/env python
r"""Convert old ("regex") regular expressions to new syntax ("re").