~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to database/replication/sync.py

  • Committer: William Grant
  • Date: 2012-01-01 03:10:25 UTC
  • mto: This revision was merged to the branch mainline in revision 14614.
  • Revision ID: william.grant@canonical.com-20120101031025-pcl0na3sbgfrztcw
utilities

Show diffs side-by-side

added added

removed removed

Lines of Context:
12
12
 
13
13
from optparse import OptionParser
14
14
 
15
 
from lp.services.scripts import (
16
 
    db_options,
17
 
    logger_options,
18
 
    )
 
15
from lp.services.scripts import logger_options, db_options
19
16
from replication.helpers import sync
20
17
 
21
 
 
22
18
if __name__ == '__main__':
23
19
    parser = OptionParser()
24
20
    parser.add_option(