Commit 8403f2ef authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent e1d34e59
...@@ -21,8 +21,8 @@ ...@@ -21,8 +21,8 @@
"""Module wcfs.py provides python gateway for spawning and interoperating with wcfs server. """Module wcfs.py provides python gateway for spawning and interoperating with wcfs server.
Join(zurl) joins wcfs server for ZODB at zurl and returns WCFS object that Join(zurl) joins wcfs server for ZODB at zurl and returns WCFS object that
represents filesystem-level connection to wcfs server. If wcfs server for zurl represents filesystem-level connection to joined wcfs server. If wcfs server
is not yet running, it will be automatically started if join is given for zurl is not yet running, it will be automatically started if join is given
`autostart=True` option. `autostart=True` option.
The rest of wcfs.py merely wraps C++ wcfs client package: The rest of wcfs.py merely wraps C++ wcfs client package:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment