make session2trash 2.5 compliant, thanks Douglas

This commit is contained in:
Massimo Di Pierro
2012-06-13 16:50:53 -05:00
parent 0c7f333ec1
commit 344c2e85c4
2 changed files with 2 additions and 1 deletions

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

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