diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2011-07-10 21:45:09 +0200 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2011-07-10 21:45:09 +0200 |
commit | d0c21a999ba8ddf0c1956415a27f215baa2f727d (patch) | |
tree | 07feeb37a12e95b45b91f5e1faaea19d1b5da613 /docs/access_api.rst | |
parent | show queue in webif (diff) | |
download | pyload-d0c21a999ba8ddf0c1956415a27f215baa2f727d.tar.xz |
more documentation, some fixes
Diffstat (limited to 'docs/access_api.rst')
-rw-r--r-- | docs/access_api.rst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/access_api.rst b/docs/access_api.rst index dd3998df4..d70f120c3 100644 --- a/docs/access_api.rst +++ b/docs/access_api.rst @@ -43,7 +43,8 @@ at the thrift wiki and the examples here http://wiki.apache.org/thrift/ThriftUsa Example ------- In case you want to use python, pyload has already all files included to access the api over rpc. -A basic script that prints out some information. :: + +A basic script that prints out some information: :: from module.remote.thriftbackend.ThriftClient import ThriftClient, WrongLogin |