40a8ecf Fix attempted write to attribute of read-only object.

9 files Authored by jcholast 12 years ago, Committed by simo 12 years ago,
    Fix attempted write to attribute of read-only object.
    
    Add new class "cachedproperty" for creating property-like attributes
    that cache the return value of a method call.
    
    Also fix few issues in the unit tests to enable them to succeed.
    
    ticket 1959
    
        
file modified
+1 -1
file modified
+3 -3
file modified
+34 -0
file modified
+1 -1
file modified
+3 -7
file modified
+1 -1