~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/services/statistics/browser/launchpadstatistic.py

  • Committer: Curtis Hovey
  • Date: 2011-12-20 09:24:22 UTC
  • mto: This revision was merged to the branch mainline in revision 14560.
  • Revision ID: curtis.hovey@canonical.com-20111220092422-ex1aphf6lut0lh0k
Moved statistics to lp.statistics.

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
    'LaunchpadStatisticSetFacets',
11
11
    ]
12
12
 
13
 
from canonical.launchpad.interfaces.launchpadstatistic import (
 
13
from lp.services.statistics.interfaces.launchpadstatistic import (
14
14
    ILaunchpadStatisticSet,
15
15
    )
16
16
from canonical.launchpad.webapp import (