Exemplo n.º 1
0
 def __init__(self, row, action):
     fields = ['name', 'address', 'isp', 'connection', 'ip', 'static', 'serviced']
     RecordElement.__init__(self, fields, 'locationid', action, row)
Exemplo n.º 2
0
 def __init__(self, row, action):
     fields = ['name', 'address', 'email', 'description']
     RecordElement.__init__(self, fields, 'contactid', action, row)