~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to database/replication/report.py

  • Committer: Stuart Bishop
  • Date: 2008-10-07 07:36:28 UTC
  • mto: This revision was merged to the branch mainline in revision 7148.
  • Revision ID: stuart.bishop@canonical.com-20081007073628-mb6l6l7vwbm27f0a
Delint replication scripts and fix trivial bug in report.py

Show diffs side-by-side

added added

removed removed

Lines of Context:
267
267
    # Set our search path to the schema of the cluster we care about.
268
268
    cur.execute(
269
269
            "SET search_path TO %s, public"
270
 
            % quote_identifier(CLUSTER_NAMESPACE))
 
270
            % quote_identifier(replication.helpers.CLUSTER_NAMESPACE))
271
271
 
272
272
    print node_overview_report(cur, options)
273
273
    print paths_report(cur, options)