~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/registry/feed/announcement.py

  • Committer: Curtis Hovey
  • Date: 2011-12-24 18:33:21 UTC
  • mto: This revision was merged to the branch mainline in revision 14602.
  • Revision ID: curtis.hovey@canonical.com-20111224183321-hvgfx01s9yi2iliy
Fix includes to webapp zcml.

Show diffs side-by-side

added added

removed removed

Lines of Context:
113
113
 
114
114
    # The `usedfor` property identifies the class associated with this feed
115
115
    # class.  It is used by the `IFeedsDirective` in
116
 
    # launchpad/webapp/metazcml.py to provide a mapping from the supported
 
116
    # webapp/metazcml.py to provide a mapping from the supported
117
117
    # feed types to this class.  It is a more maintainable method than simply
118
118
    # listing each mapping in the zcml.  The only zcml change is to add this
119
119
    # class to the list of classes in the `browser:feeds` stanza of
120
 
    # launchpad/zcml/feeds.zcml.
 
120
    # lp/services/feeds/configure.zcml.
121
121
    usedfor = IFeedsApplication
122
122
 
123
123
    def _getItemsWorker(self):