Hi!
I've noticed that the classes generated by py:twisted aren't new-style. Is there a reason why the classes need to be old-style, or would it be possible to just turn class Whatever: into class Whatever(object) and add a super(Whatever,self).__init__(self) to the generated classes' __init__s? lvh
