sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #17483
Re: [Question #226713]: How to create an instance of an inherited class in unittest Python so that I can register the instance of that class in simpleXMLRPCServer
Question #226713 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/226713
Status: Open => Answered
RaiMan proposed the following answer:
OK, that is simply WRONG, what you are trying.
the correct usage is:
server.register_instance(Hallo())
to register an instance of a class.
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.