[Twisted-Python] Autobahn 0.7.0 released

2014-01-02 Thread Tobias Oberstein
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

Re: [Twisted-Python] different import paths lead to insecureJelly

2014-01-02 Thread exarkun
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