"Chris Colbert" <[email protected]> wrote in message 
news:[email protected]...

> I am trying to abstract this machinery in a single class called
> Controller which I want to inherit from either SimController or
> RealController based on whether a module level flag SIMULATION is set
> to True or False.

At first sight, that seems kind of odd. Wouldn't it be simpler to have
SimController and RealController inherit from Controller? 


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

Reply via email to