~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to database/replication/report.py

  • Committer: Launchpad Patch Queue Manager
  • Date: 2011-09-13 08:44:05 UTC
  • mfrom: (7675.1045.788 db-devel)
  • Revision ID: launchpad@pqm.canonical.com-20110913084405-t6b62nt98rcmp6wg
Merging db-stable at revno 10971

Show diffs side-by-side

added added

removed removed

Lines of Context:
253
253
    else:
254
254
        assert False, "Unknown mode %s" % options.mode
255
255
 
256
 
    con = connect(options.dbuser)
 
256
    con = connect()
257
257
    cur = con.cursor()
258
258
 
259
259
    cur.execute(