~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/registry/model/product.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:
67
67
    IHasLogo,
68
68
    IHasMugshot,
69
69
    )
70
 
from lp.services.statistics.interfaces.statistics import (
 
70
from lp.services.statistics.interfaces.statistic import (
71
71
    ILaunchpadStatisticSet,
72
72
    )
73
73
from canonical.launchpad.interfaces.lpstorm import IStore