app/soc/logic/models/host.py
changeset 409 9d24850db88f
parent 404 44223e50e1fc
child 410 2af7f84f4fc7
equal deleted inserted replaced
408:7cd6bdfbf95c 409:9d24850db88f
    27 
    27 
    28 import soc.models.host
    28 import soc.models.host
    29 
    29 
    30 
    30 
    31 class Logic(base.Logic):
    31 class Logic(base.Logic):
    32   """Logic methods for the Work model
    32   """Logic methods for the Host model
    33   """
    33   """
    34 
    34 
    35   def __init__(self):
    35   def __init__(self):
    36     """Defines the name, key_name and model for this entity.
    36     """Defines the name, key_name and model for this entity.
    37     """
    37     """