Hi,
I am happy to announce the release of AutobahnPython 0.7.0
https://github.com/tavendo/AutobahnPython
https://pypi.python.org/pypi/autobahn
This release brings 4 major features:
1) full support for Twisted endpoints, a wrapping protocol/factory and a
generic endpoint forwarder
https://gith
On 07:54 am, sank.dan...@gmail.com wrote:
I have a project in which various modules need to import a particular
module "util" which has the following content:
# util.py
class FooMaster(pb.Cacheable):
...
class FooSlave(pb.RemoteCache):
...
pb.setUnjellyableForClass(Fo