# HG changeset patch # User Oleg Oshmyan # Date 1302274851 -10800 # Node ID aa0378ea1f939891547f58e9a3f2729fe3da6282 # Parent 9f922b11c98a550516ef22515a4ed333738ec7ed Replaced constant properties with regular attributes diff -r 9f922b11c98a -r aa0378ea1f93 testcases.py --- a/testcases.py Fri Apr 08 17:45:53 2011 +0300 +++ b/testcases.py Fri Apr 08 18:00:51 2011 +0300 @@ -128,6 +128,7 @@ 'maxmemory', 'has_called_back', 'files_to_delete', 'cpu_time_limit_string', 'wall_time_limit_string', 'time_limit_string') + has_ansfile = has_iofiles = False needs_realinname = True if ABCMeta: @@ -178,14 +179,6 @@ callback() case.cleanup() - @property - def has_iofiles(case): - return False - - @property - def has_ansfile(case): - return False - def cleanup(case): #if getattr(case, 'infile', None): # case.infile.close()