On Fri, Jun 17, 2011 at 8:55 PM, L. Daniel Burr wrote:
> As an aside, I recall that ldaptor never could become part of twisted, due
> to its licensing. I didn't see any license information in the new repo; I
> assume the code is still GPL v2?
The Ldaptor license is LGPL and I think it has always
On 07:32 am, step...@thorne.id.au wrote:
On Tue, Jun 21, 2011 at 23:32, wrote:
Don't define Options or makeService in the dropin file.
Use twisted.application.service.ServiceMaker instead of implementing
your own.
Oh that's nice. I'll rewrite to use that now. What's the first
argument to Se
On Tue, Jun 21, 2011 at 23:32, wrote:
> Don't define Options or makeService in the dropin file.
>
> Use twisted.application.service.ServiceMaker instead of implementing
> your own.
Oh that's nice. I'll rewrite to use that now. What's the first
argument to ServiceMaker, 'name' for? it's not docum