~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/app/browser/launchpad.py

  • Committer: Curtis Hovey
  • Date: 2011-12-20 09:29:31 UTC
  • mto: This revision was merged to the branch mainline in revision 14560.
  • Revision ID: curtis.hovey@canonical.com-20111220092931-t02591c87he0bylp
Simplified names.

Show diffs side-by-side

added added

removed removed

Lines of Context:
58
58
    IBazaarApplication,
59
59
    IRosettaApplication,
60
60
    )
61
 
from lp.services.statistics.interfaces.statistics import (
 
61
from lp.services.statistics.interfaces.statistic import (
62
62
    ILaunchpadStatisticSet,
63
63
    )
64
64
from canonical.launchpad.interfaces.logintoken import ILoginTokenSet