Changeset 270

Show
Ignore:
Timestamp:
07/21/05 01:33:46 (3 years ago)
Author:
athomas
Message:
Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • pycrash/trunk/crash/component.py

    r268 r270  
    2424class ComponentError(Exception): pass 
    2525 
    26 __all__ = ['Component', 'ExtensionPoint', 'implements', 'Interface'] 
     26__all__ = ['Component', 'ComponentManager', 'ExtensionPoint', 'implements', 'Interface'] 
    2727 
    2828class Interface(object):