~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/services/webapp/pgsession.py

  • Committer: William Grant
  • Date: 2012-01-01 03:00:09 UTC
  • mto: This revision was merged to the branch mainline in revision 14614.
  • Revision ID: william.grant@canonical.com-20120101030009-c3mjxqrydequboe8
RerunĀ overĀ lib/lp

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
 
6
6
__metaclass__ = type
7
7
 
 
8
import cPickle as pickle
8
9
import time
9
10
from UserDict import DictMixin
10
11
 
11
 
import cPickle as pickle
12
12
from storm.zope.interfaces import IZStorm
13
13
from zope.app.security.interfaces import IUnauthenticatedPrincipal
14
14
from zope.component import getUtility