Change python2.3 to python

This commit is contained in:
John Goerzen 2006-11-30 10:50:48 +01:00
parent 9eb102019b
commit 3f87854493
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python2.3
#!/usr/bin/env python
# Startup from system-wide installation
# Copyright (C) 2002 - 2005 John Goerzen
# <jgoerzen@complete.org>

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python2.3
#!/usr/bin/env python
# Startup from single-user installation
# Copyright (C) 2002 - 2005 John Goerzen
# <jgoerzen@complete.org>

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python2.3
#!/usr/bin/env python
# $Id: setup.py,v 1.1 2002/06/21 18:10:49 jgoerzen Exp $