mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-21 20:14:51 +00:00
Move component.py up one level.
This commit is contained in:
parent
9e9eee5d2c
commit
559fcdf51c
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue