/offlineimap/head: changeset 262

Final prep for 3.99.0
This commit is contained in:
jgoerzen
2002-10-07 22:30:35 +01:00
parent 45a97b42b8
commit 22f68cd2e0
6 changed files with 13 additions and 317 deletions

View File

@ -1,5 +1,5 @@
#!/usr/bin/env python2.2
# Startup from system-wide installation
# Copyright (C) 2002 John Goerzen
# <jgoerzen@complete.org>
#
@ -17,6 +17,5 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
revno = long('$Rev: 252 $'[6:-2])
from offlineimap import init
init.startup(revno)
init.startup('3.99.0')