diff options
author | 2012-08-08 20:43:43 +0200 | |
---|---|---|
committer | 2012-08-08 20:43:43 +0200 | |
commit | ce9c4cf50b98dfc6cef967d9451918554fbee413 (patch) | |
tree | 3c0b59b9bdc19f250f1a16e902a63ebc4caffff5 /pyLoadCore.py | |
parent | fix some tiny typos (diff) | |
download | pyload-ce9c4cf50b98dfc6cef967d9451918554fbee413.tar.xz |
layout draft
Diffstat (limited to 'pyLoadCore.py')
-rwxr-xr-x | pyLoadCore.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pyLoadCore.py b/pyLoadCore.py index ac7c785ca..e3a90575b 100755 --- a/pyLoadCore.py +++ b/pyLoadCore.py @@ -80,6 +80,7 @@ sys.stdout = getwriter(enc)(sys.stdout, errors="replace") # - toggable accounts # - interaction manager # - improve external scripts +# - make pyload undestructable to fail plugins -> see ConfigParser first class Core(object): """pyLoad Core, one tool to rule them all... (the filehosters) :D""" |