~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/testing/mockdb.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:
19
19
        'ScriptPlayer', 'ScriptRecorder',
20
20
        ]
21
21
 
 
22
import cPickle as pickle
22
23
import gzip
23
24
import os.path
24
25
import urllib
25
26
 
26
 
import cPickle as pickle
27
27
import psycopg2
28
28
 
29
29
# from zope.testing.testrunner import RetryTest