diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2010-09-25 22:58:24 +0200 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2010-09-25 22:58:24 +0200 |
commit | ce75247fbf207756f96088064826dabb7f032cf4 (patch) | |
tree | dda5fb0d1eb5508cc0309d76bd24aa03c182a3a8 /pyLoadCore.py | |
parent | depositfiles multilanguage (diff) | |
download | pyload-ce75247fbf207756f96088064826dabb7f032cf4.tar.xz |
The pyLoad Team thanks everyone who was involved in development process with this commit!
We thank especially our community and tireless testers who made 1000 changesets possible!
May the future bring us 1000 great changesets again! Best regards, The pyLoad Team
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 5f1e6c115..072737716 100755 --- a/pyLoadCore.py +++ b/pyLoadCore.py @@ -75,7 +75,7 @@ else: sys.stdout = getwriter(enc)(sys.stdout, errors = "replace") class Core(object): - """ pyLoad Core """ + """ pyLoad Core, one tool to rule them all... (the filehosters) :D""" def __init__(self): self.doDebug = False |