~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to database/replication/helpers.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:
5
5
__metaclass__ = type
6
6
__all__ = []
7
7
 
8
 
import os.path
9
8
import subprocess
10
9
import sys
11
10
from tempfile import NamedTemporaryFile