~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/services/statistics/model/statistics.py

  • Committer: Launchpad Patch Queue Manager
  • Date: 2011-12-22 22:01:40 UTC
  • mfrom: (14583.1.25 move-webservice)
  • Revision ID: launchpad@pqm.canonical.com-20111222220140-o53ycgaapjua1dde
[rs=sinzui][bug=907843] Move webservice to lp.services.webservice.

Show diffs side-by-side

added added

removed removed

Lines of Context:
57
57
 
58
58
 
59
59
class LaunchpadStatisticSet:
60
 
    """See canonical.launchpad.interfaces.ILaunchpadStatisticSet."""
 
60
    """See`ILaunchpadStatisticSet`."""
61
61
 
62
62
    implements(ILaunchpadStatisticSet)
63
63