~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to database/replication/preamble.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
__metaclass__ = type
10
10
__all__ = []
11
11
 
 
12
import _pythonpath
 
13
 
12
14
from optparse import OptionParser
13
15
import time
14
16
 
15
 
import _pythonpath
16
 
import replication.helpers
17
 
 
18
17
from lp.services import scripts
19
18
from lp.services.config import config
20
19
from lp.services.database.sqlbase import connect
 
20
import replication.helpers
21
21
 
22
22
 
23
23
if __name__ == '__main__':