Changeset 435

Show
Ignore:
Timestamp:
07/31/06 08:58:57
Author:
crchemist
Message:

Fixex bug in Archetypes.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • qPingTool/trunk/PingInfo.py

    r434 r435  
    4040       method_name - ping method 
    4141       rss_version - rss version supported by the server 
    42     """  
     42    """ 
     43 
    4344    schema = schema 
    4445 
     46    #Fix Archetypes bug 
     47    def Contributors(self): 
     48        return self.contributors 
     49 
    4550registerType(PingInfo)