Changeset 270
- Timestamp:
- 07/21/05 01:33:46 (3 years ago)
- Files:
-
- pycrash/trunk/crash/component.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
pycrash/trunk/crash/component.py
r268 r270 24 24 class ComponentError(Exception): pass 25 25 26 __all__ = ['Component', ' ExtensionPoint', 'implements', 'Interface']26 __all__ = ['Component', 'ComponentManager', 'ExtensionPoint', 'implements', 'Interface'] 27 27 28 28 class Interface(object):
