diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2009-05-29 20:47:03 +0200 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2009-05-29 20:47:03 +0200 |
commit | ca1c034012f15fcebf1cf918f578afbcfe028ea7 (patch) | |
tree | 16e4f590aed0fe5498add0bb880bd4367eaffdbd /module/remote/RequestObject.py | |
parent | requestobject and working interface to the core (diff) | |
download | pyload-ca1c034012f15fcebf1cf918f578afbcfe028ea7.tar.xz |
little request fix
Diffstat (limited to 'module/remote/RequestObject.py')
-rw-r--r-- | module/remote/RequestObject.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/remote/RequestObject.py b/module/remote/RequestObject.py index 77322663a..86e803e9c 100644 --- a/module/remote/RequestObject.py +++ b/module/remote/RequestObject.py @@ -3,7 +3,7 @@ """ authored by: RaNaN -this module handels the incoming requests +represents the object for interaction """ |