Edgewall Software

Changes between Initial Version and Version 1 of Ticket #8921, comment 3


Ignore:
Timestamp:
Dec 31, 2009, 12:47:48 PM (14 years ago)
Author:
Remy Blank

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #8921, comment 3

    initial v1  
    44class IPluginInfoProvider(Interface):
    55    """Provider of plugin information, displayed in the "About Trac" page."""
    6     def get_system_info():
     6    def get_plugin_info():
    77        """Return a tuple `(name, version)` describing the name and version
    88        information of a plugin.