Ejemplo n.º 1
0
    def __init__(self):
        """ Initializes object handler with the comments specific data """
        ObjectHandler.__init__(self, Comment)

        # add command handlers
        self._cmd_handlers_ = { 'get': None,
                                'add': None,
                                'info': None}
Ejemplo n.º 2
0
 def __init__(self):
     ObjectHandler.__init__(self, Service)