~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/app/browser/root.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:
23
23
 
24
24
from canonical.config import config
25
25
from canonical.launchpad import _
26
 
from lp.services.statistics.interfaces.statistics import (
 
26
from lp.services.statistics.interfaces.statistic import (
27
27
    ILaunchpadStatisticSet,
28
28
    )
29
29
from canonical.launchpad.webapp import LaunchpadView