Changeset 984

Show
Ignore:
Timestamp:
11/16/08 14:26:00 (7 weeks ago)
Author:
lucy
Message:

undo stateful evolution

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • huginmunin/trunk/web/hm/db/state.py

    r983 r984  
    3636     
    3737    STATEFUL_MODELS = [ 
    38         graph.Node, graph.NodeType, graph.NodeTypeCast, 
    39         graph.Edge, graph.EdgeType, graph.EdgeTypeCast, 
    40         graph.Argument, graph.Dimension, graph.Behavior, graph.UPC, 
    41         citation.Source, citation.Author, citation.Article, citation.Citation, 
    42         tag.Tag, tag.Tagging, 
    43         #rating.Rating, ?? should we 
    44         user.UserInterestPercent] 
     38                       graph.Node, graph.Edge, graph.Argument, #graph.BehaviorArgumentLink,   
     39                       graph.Dimension, graph.Behavior, graph.UPC,  
     40                       citation.Source, citation.Author, citation.Article, citation.Citation ] 
     41        #graph.Node, graph.NodeType, graph.NodeTypeCast, 
     42        #graph.Edge, graph.EdgeType, graph.EdgeTypeCast, 
     43        #graph.Argument, graph.Dimension, graph.Behavior, graph.UPC, 
     44        #citation.Source, citation.Author, citation.Article, citation.Citation, 
     45        #tag.Tag, tag.Tagging, 
     46        ##rating.Rating, ?? should we 
     47        #user.UserInterestPercent] 
    4548     
    4649    @classmethod