app/soc/logic/models/timeline.py
changeset 771 0b1beae179f5
parent 768 002d3141ff99
child 776 f86a76f52bf4
equal deleted inserted replaced
770:eb2e69312953 771:0b1beae179f5
    26 
    26 
    27 import soc.models.timeline
    27 import soc.models.timeline
    28 
    28 
    29 
    29 
    30 class Logic(base.Logic):
    30 class Logic(base.Logic):
    31   """Logic methods for the Timeline model
    31   """Logic methods for the Timeline model.
    32   """
    32   """
    33 
    33 
    34   def __init__(self, model=soc.models.timeline.Timeline,
    34   def __init__(self, model=soc.models.timeline.Timeline,
    35                base_model=None, scope_logic=None):
    35                base_model=None, scope_logic=None):
    36     """Defines the name, key_name and model for this entity.
    36     """Defines the name, key_name and model for this entity.