xmlrcp register classes
ss3()) What is seems to happen is that only the last class I register it is the only one being exported. How can I register all the classes? Thanks. -- Sergio Rua -- http://mail.python.org/mailman/listinfo/python-list
Re: xmlrcp register classes
Hello, > class MyCombinedClass(MyClass1, MyClass2, MyClass3): > pass > > Server.register_instance(MyCombinedClass()) That was easy :) Thanks a lot. -- Sergio Rua -- http://mail.python.org/mailman/listinfo/python-list