X-Git-Url: https://code.delx.au/offlineimap/blobdiff_plain/8064ee26bd67c740bdaf269140a8058ad56f6664..82cf5be10bb0a98aaa71aa88bfd77f7989337e2f:/offlineimap.py diff --git a/offlineimap.py b/offlineimap.py old mode 100644 new mode 100755 index 6351c08..ca32a21 --- a/offlineimap.py +++ b/offlineimap.py @@ -1,6 +1,6 @@ -#!/usr/bin/env python2.3 +#!/usr/bin/env python # Startup from single-user installation -# Copyright (C) 2002 - 2005 John Goerzen +# Copyright (C) 2002 - 2008 John Goerzen # # # This program is free software; you can redistribute it and/or modify @@ -18,4 +18,4 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA from offlineimap import init -init.startup('4.0.13') +init.startup('6.0.0')