~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to cronscripts/supermirror-pull.py

  • Committer: Launchpad Patch Queue Manager
  • Date: 2012-01-01 11:37:40 UTC
  • mfrom: (14612.2.10 oh-god-so-many-imports)
  • Revision ID: launchpad@pqm.canonical.com-20120101113740-o241xl1m2njr25qn
[r=wgrant][no-qa] Post-apocalyptic tree-wide format-imports.

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,