Changeset 1636:8412e0cbe7f0

Show
Ignore:
Timestamp:
11/18/08 16:04:41 (2 months ago)
Author:
James Taylor <james@jamestaylor.org>
branch:
default
Message:

bugfix to last commit

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • lib/galaxy/model/custom_types.py

    r1635 r1636  
    3333    def compare_values( self, x, y ): 
    3434        return json_encoder.encode( x ) == json_encoder.encode( y ) 
     35     
     36    def is_mutable( self ): 
     37        return True 
    3538 
    3639metadata_pickler = AliasPickleModule( {