~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to daemons/distributionmirror_http_server.tac

  • Committer: William Grant
  • Date: 2011-09-27 04:40:23 UTC
  • mfrom: (7675.1243.1 db-bug-735621)
  • mto: This revision was merged to the branch mainline in revision 14057.
  • Revision ID: william.grant@canonical.com-20110927044023-0c2qf0kkt5sahyt4
Merge jtv's unlanded LaunchpadCronScriptification.

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
from twisted.application import service, internet, strports
10
10
from twisted.web import server
11
11
 
12
 
from lp.services.daemons import readyservice
 
12
from canonical.launchpad.daemons import readyservice
13
13
from lp.registry.tests.distributionmirror_http_server import (
14
14
    DistributionMirrorTestHTTPServer)
15
15