We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
http://rpyc.readthedocs.org/en/latest/docs/zerodeploy.html#multiserverdeployment
under MultiServerDeployment chapter:
The original is:
from plumbum.utils.zerodeploy import MultiServerDeployment
probably is:
from rpyc.utils.zerodeploy import MultiServerDeployment
:)
The text was updated successfully, but these errors were encountered:
a0af890
Thanks, don't hesitate to send PRs even for small typo fixes etc.
Sorry, something went wrong.
Release rpyc 3.4.3
0cc824d
- Add missing endpoints config in ThreadPoolServer (#222) - Fix jython support (#156,#171) - Improve documentation (#158,#185,#189,#198 and more)
No branches or pull requests
http://rpyc.readthedocs.org/en/latest/docs/zerodeploy.html#multiserverdeployment
under MultiServerDeployment chapter:
The original is:
from plumbum.utils.zerodeploy import MultiServerDeployment
probably is:
from rpyc.utils.zerodeploy import MultiServerDeployment
:)
The text was updated successfully, but these errors were encountered: