~divmod-dev/divmod.org/gmail-imap-2730-2

« back to all changes in this revision

Viewing changes to Mantissa/xmantissa/ixmantissa.py

  • Committer: exarkun
  • Date: 2008-08-29 15:41:48 UTC
  • Revision ID: svn-v4:866e43f7-fbfc-0310-8f2a-ec88d1da2979:trunk:16529
Merge ioffering-2701

Author: exarkun
Reviewer: washort
Fixes: #2701

Fix the definition of `IOffering` to agree with the implementation.
`benefactorFactories` was removed a long time ago, but left on the
interface.  The replacement, `installablePowerups`, which is what
the users of this interface actually use, was never added to the
interface.

Show diffs side-by-side

added added

removed removed

Lines of Context:
979
979
    case, none will be created).
980
980
    """)
981
981
 
982
 
    benefactorFactories = Attribute("""
983
 
    A list of IBenefactorFactory providers
 
982
    installablePowerups = Attribute("""
 
983
    A C{list} of three-tuples each of which gives the name, description, and
 
984
    powerup item class for a unit of functionality which this offering provides
 
985
    for installation on a user store.
984
986
    """)
985
987
 
986
988
    loginInterfaces = Attribute("""