Fixing Python issue to minimum 2.5

This commit is contained in:
John Goerzen
2009-07-02 00:04:20 -05:00
parent 15370c9f0c
commit 2683980733
3 changed files with 10 additions and 4 deletions

View File

@ -18,4 +18,4 @@
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
from offlineimap import init
init.startup('6.1.0')
init.startup('6.1.1')