diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2013-03-23 21:56:42 +0100 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2013-03-23 21:56:42 +0100 |
commit | 6e8a0f79f5ad7182a0bc35308ae06c63222667ed (patch) | |
tree | 0026179d34f19b64bc689c63af85b949ce57fb83 /module/config | |
parent | show button when files are selected (diff) | |
download | pyload-6e8a0f79f5ad7182a0bc35308ae06c63222667ed.tar.xz |
implemented interactions for multi user, show waiting queries on webui
Diffstat (limited to 'module/config')
-rw-r--r-- | module/config/default.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/module/config/default.py b/module/config/default.py index 8515a8f33..dfa967284 100644 --- a/module/config/default.py +++ b/module/config/default.py @@ -5,6 +5,7 @@ Configuration layout for default base config """ #TODO: write tooltips and descriptions +#TODO: use apis config related classes def make_config(config): # Check if gettext is installed |