more generic reference to python interpreter

This commit is contained in:
Skip Montanaro 2003-07-22 14:37:42 +00:00
parent 12cb99b33f
commit 5d6ceb4aae
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
#!/usr/local/bin/python2.1
#!/usr/bin/env python
""" Python Character Mapping Codec for ROT13.
See http://ucsub.colorado.edu/~kominek/rot13/ for details.