diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2010-12-21 20:07:41 +0100 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2010-12-21 20:07:41 +0100 |
commit | 8f2b828c59962640c6fc11b5e028605889bc3fcb (patch) | |
tree | ea830ee9b9963b8ff0fb936467591519bcd3f66e /pyLoadCore.py | |
parent | new download backend: wrapped deferred, Request compatibility draft, other fixes (diff) | |
download | pyload-8f2b828c59962640c6fc11b5e028605889bc3fcb.tar.xz |
Freenode Verification: freenodeX45dmg.ver
Diffstat (limited to 'pyLoadCore.py')
-rwxr-xr-x | pyLoadCore.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyLoadCore.py b/pyLoadCore.py index ce1426280..17d5d3b34 100755 --- a/pyLoadCore.py +++ b/pyLoadCore.py @@ -76,7 +76,7 @@ else: sys.stdout = getwriter(enc)(sys.stdout, errors = "replace") class Core(object): - """ pyLoad Core, one tool to rule them all... (the filehosters) :D""" + """pyLoad Core, one tool to rule them all... (the filehosters) :D""" def __init__(self): self.doDebug = False |