Ejemplo n.º 1
0
 def __init__(self, db=None):
     cols = ['name', 'address', 'email', 'description']
     TableElement.__init__(self, cols)
Ejemplo n.º 2
0
 def __init__(self, db=None):
     cols = ['title', 'status']
     TableElement.__init__(self, cols)
Ejemplo n.º 3
0
 def __init__(self, db=None):
     cols = ['name', 'address', 'isp', 'connection', 'ip', 'static', 'serviced']
     TableElement.__init__(self, cols)