From 6b20f5f6c063e4e6c94d719b607ad5a028b8beee Mon Sep 17 00:00:00 2001 From: RaNaN Date: Wed, 2 Jan 2013 18:11:31 +0100 Subject: new configManager for multi user configs --- module/remote/ttypes.py | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'module/remote/ttypes.py') diff --git a/module/remote/ttypes.py b/module/remote/ttypes.py index eb990f2e8..d661c684a 100644 --- a/module/remote/ttypes.py +++ b/module/remote/ttypes.py @@ -220,6 +220,12 @@ class InteractionTask(BaseObject): self.description = description self.plugin = plugin +class InvalidConfigSection(Exception): + __slots__ = ['section'] + + def __init__(self, section=None): + self.section = section + class LinkStatus(BaseObject): __slots__ = ['url', 'name', 'plugin', 'size', 'status', 'packagename'] -- cgit v1.2.3