Changeset 435
- Timestamp:
- 07/31/06 08:58:57
- Files:
-
- qPingTool/trunk/PingInfo.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
qPingTool/trunk/PingInfo.py
r434 r435 40 40 method_name - ping method 41 41 rss_version - rss version supported by the server 42 """ 42 """ 43 43 44 schema = schema 44 45 46 #Fix Archetypes bug 47 def Contributors(self): 48 return self.contributors 49 45 50 registerType(PingInfo)
