I have a bunch of cameras I want to run tests on. They each have
different drivers and interfaces. What I want to do is create python
wrappers so that they all have a common interface and can be called by
the same python test bench program. I'm not sure what to call it. I
don't think it's inheritance. Maybe there is no official thing here
and I just need to brute force my way through it. Is there some
programming methodology I should be using?

Thanks
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to