make session2trash 2.5 compliant, thanks Douglas

This commit is contained in:
Massimo Di Pierro
2012-06-13 16:50:53 -05:00
parent 8dc6c18312
commit 453fa05dfb
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -1 +1 @@
Version 2.00.0 (2012-06-13 16:48:54) dev
Version 2.00.0 (2012-06-13 16:50:48) dev
+1
View File
@@ -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