diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2013-01-04 11:57:50 +0100 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2013-01-04 11:57:50 +0100 |
commit | 3ff31b5c10b69f687aeb0d4fdd0a79d144cac79b (patch) | |
tree | 362e004891e9189e520e8424f32e78a92ffbe5e4 /module/plugins/Base.py | |
parent | import fix for py 2.5 (diff) | |
download | pyload-3ff31b5c10b69f687aeb0d4fdd0a79d144cac79b.tar.xz |
removed unneeded stuff
Diffstat (limited to 'module/plugins/Base.py')
-rw-r--r-- | module/plugins/Base.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/module/plugins/Base.py b/module/plugins/Base.py index 2b9e12653..9bfeaba4b 100644 --- a/module/plugins/Base.py +++ b/module/plugins/Base.py @@ -47,6 +47,8 @@ class Base(object): __pattern__ = r"" #: Internal addon plugin which is always loaded __internal__ = False + #: When True this addon can be enabled by every user + __user_context__ = False #: Config definition: list of (name, type, label, default_value) or #: (name, type, label, short_description, default_value) __config__ = list() |