diff --git a/deluge/ui/component.py b/deluge/component.py similarity index 99% rename from deluge/ui/component.py rename to deluge/component.py index d824ec244..85e4f3cb8 100644 --- a/deluge/ui/component.py +++ b/deluge/component.py @@ -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():