Move component.py up one level.

This commit is contained in:
Andrew Resch 2007-12-10 10:26:44 +00:00
parent 9e9eee5d2c
commit 559fcdf51c

View File

@ -141,7 +141,7 @@ class ComponentRegistry:
_ComponentRegistry = ComponentRegistry()
def register(name, obj, depend=None):
"""Registers a UI component with the registry"""
"""Registers a component with the registry"""
_ComponentRegistry.register(name, obj, depend)
def start():