..EE. ====================================================================== ERROR: testNone (tester.ProblemTests) ---------------------------------------------------------------------- Traceback (most recent call last): File ".../test.py", line 78, in testNone self.assertEqual(rb.baba, None) File ".../fn43950/2007-04-21 12:29:29/user.py", line 26, in __getattribute__ return Res(cls_res,cls_res.__dict__[name]) KeyError: 'baba' ====================================================================== ERROR: testNotSoComplex (tester.ProblemTests) ---------------------------------------------------------------------- Traceback (most recent call last): File ".../test.py", line 114, in testNotSoComplex self.assertEqual(rfb.x.value, 11) File ".../fn43950/2007-04-21 12:29:29/user.py", line 26, in __getattribute__ return Res(cls_res,cls_res.__dict__[name]) KeyError: 'x' ---------------------------------------------------------------------- Ran 5 tests in 0.003s FAILED (errors=2)