class Model:
        Controller()

class View:
        Model()

class Controller:pass


Python interpreter complains that 'Name Error: Controller()' not defined.
        
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to