]> code.delx.au - offlineimap/commitdiff
Change python2.3 to python
authorJohn Goerzen <jgoerzen@complete.org>
Thu, 30 Nov 2006 09:50:48 +0000 (10:50 +0100)
committerJohn Goerzen <jgoerzen@complete.org>
Thu, 30 Nov 2006 09:50:48 +0000 (10:50 +0100)
bin/offlineimap
offlineimap.py
setup.py

index 2fbc59cb06545804e1c3f97a0fca481beb36e63d..5554914cc921d5ab46231d1d46c3ad089d30690a 100644 (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>
index 6351c083c356fc22af5151742530807fcbb9c9d0..508268894b432ee5eda33089d818fa6ffe8b5b6b 100644 (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>
index 6662ef2656da0a742114fd59f4e582734bf5a979..e6d253f697dab87c3c1be48bf64ed21575e42250 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -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 $