~jamalta/launchpad/bug-127489

« back to all changes in this revision

Viewing changes to lib/canonical/launchpad/doc/decoratedresultset.txt

[r=sinzui][ui=none] All names defined in lp.registry.model are no
        longer available under canonical.launchpad.database

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
    >>> from storm.store import Store
33
33
    >>> ubuntu = getUtility(IDistributionSet)['ubuntu']
34
34
    >>> store = Store.of(ubuntu)
35
 
    >>> from canonical.launchpad.database import Distribution
 
35
    >>> from lp.registry.model.distribution import Distribution
36
36
    >>> result_set = store.find(Distribution)
37
37
 
38
38
== Creating the decorator method ==