~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to cronscripts/request_daily_builds.py

  • Committer: Launchpad Patch Queue Manager
  • Date: 2011-12-22 22:01:40 UTC
  • mfrom: (14583.1.25 move-webservice)
  • Revision ID: launchpad@pqm.canonical.com-20111222220140-o53ycgaapjua1dde
[rs=sinzui][bug=907843] Move webservice to lp.services.webservice.

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
from zope.component import getUtility
16
16
 
17
17
from canonical.config import config
18
 
# fix circular import issue
19
 
import canonical.launchpad.interfaces
20
18
from lp.code.interfaces.sourcepackagerecipebuild import (
21
19
    ISourcePackageRecipeBuildSource,)
22
20
from lp.services.scripts.base import LaunchpadCronScript