~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to database/replication/initialize.py

  • Committer: William Grant
  • Date: 2011-12-30 06:47:54 UTC
  • mto: This revision was merged to the branch mainline in revision 14610.
  • Revision ID: william.grant@canonical.com-20111230064754-qntgf81lh1ideoa2
Reformat

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
a replicated setup.
10
10
"""
11
11
 
 
12
import _pythonpath
 
13
 
12
14
from optparse import OptionParser
13
15
import subprocess
14
16
import sys
15
17
 
16
 
import _pythonpath
17
18
import helpers
18
19
 
19
20
from lp.services.config import config