mirror of
https://github.com/codex-storage/deluge.git
synced 2025-01-11 20:14:13 +00:00
Move component.py up one level.
This commit is contained in:
parent
9e9eee5d2c
commit
559fcdf51c
@ -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():
|
Loading…
x
Reference in New Issue
Block a user