~cr3/launchpad-results/trunk

« back to all changes in this revision

Viewing changes to lib/lpx/results/models/launchpad.py

  • Committer: Marc Tardif
  • Date: 2010-12-20 18:07:34 UTC
  • Revision ID: marc.tardif@canonical.com-20101220180734-3nbc82mr7d84idx0
Renamed lp.results to lpx.results and other naming changes to prevent conflicts with Launchpad.

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
from lazr.restfulclient.resource import ServiceRoot
22
22
from lazr.restfulclient.errors import HTTPError
23
23
 
24
 
from lp.results.interfaces import ILaunchpad
 
24
from lpx.results.interfaces import ILaunchpad
25
25
 
26
26
 
27
27
class Launchpad: