diff --git a/VERSION b/VERSION index 47479c72..2a246ca6 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -Version 2.00.0 (2012-06-13 16:48:54) dev +Version 2.00.0 (2012-06-13 16:50:48) dev diff --git a/scripts/sessions2trash.py b/scripts/sessions2trash.py index b6f17aa8..f9155221 100755 --- a/scripts/sessions2trash.py +++ b/scripts/sessions2trash.py @@ -22,6 +22,7 @@ Typical usage: python web2py.py -S app -M -R scripts/sessions2trash.py -A -o -x 0 """ +from __future__ import with_statement from gluon.storage import Storage from optparse import OptionParser import cPickle