EEE ====================================================================== ERROR: test_1_sample (tester.ProblemTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/nb/py/fmi/lib/pyfmi/testcase.py", line 36, in setUp self.user = imp.load_source('user', self.user_filename) File ".../fn43563/2007-03-14 09:26:52/user.py", line 1 dictionary = [] ^ SyntaxError: invalid syntax ====================================================================== ERROR: test_2_empty_noset (tester.ProblemTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/nb/py/fmi/lib/pyfmi/testcase.py", line 36, in setUp self.user = imp.load_source('user', self.user_filename) File ".../fn43563/2007-03-14 09:26:52/user.py", line 1 dictionary = [] ^ SyntaxError: invalid syntax ====================================================================== ERROR: test_3_trivial (tester.ProblemTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/nb/py/fmi/lib/pyfmi/testcase.py", line 36, in setUp self.user = imp.load_source('user', self.user_filename) File ".../fn43563/2007-03-14 09:26:52/user.py", line 1 dictionary = [] ^ SyntaxError: invalid syntax ---------------------------------------------------------------------- Ran 3 tests in 0.001s FAILED (errors=3)