/offlineimap/head: changeset 576

Moved to Python2.3 and bumped version number
This commit is contained in:
jgoerzen
2004-06-04 21:13:11 +01:00
parent c51c5c6596
commit c8001aa5cf
7 changed files with 22 additions and 14 deletions

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python2.2
#!/usr/bin/env python2.3
# Startup from system-wide installation
# Copyright (C) 2002, 2003 John Goerzen
# <jgoerzen@complete.org>
@ -18,4 +18,4 @@
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
from offlineimap import init
init.startup('4.0.0')
init.startup('4.0.3')