~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to cronscripts/supermirror-pull.py

  • Committer: William Grant
  • Date: 2012-01-01 03:14:54 UTC
  • mto: This revision was merged to the branch mainline in revision 14614.
  • Revision ID: william.grant@canonical.com-20120101031454-xhdgl26b1yiqpar9
cronscripts

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
 
6
6
# pylint: disable-msg=C0103,W0403
7
7
 
 
8
import _pythonpath
 
9
 
8
10
from optparse import OptionParser
9
11
 
10
 
import _pythonpath
11
12
from twisted.internet import (
12
13
    defer,
13
14
    reactor,
14
15
    )
15
16
from twisted.python import log as tplog
16
17
 
17
 
from lp.services.config import config
18
18
from lp.codehosting.puller import (
19
19
    mirror,
20
20
    scheduler,
21
21
    )
 
22
from lp.services.config import config
22
23
from lp.services.scripts import logger_options
23
24
from lp.services.twistedsupport.loggingsupport import (
24
25
    LoggingProxy,