Ejemplo n.º 1
0
 def __init__(self, row, **atts):
     fields = ['package', 'priority', 'section', 'installedsize',
               'maintainer', 'version', 'description']
     BaseFieldTable.__init__(self, fields, row, **atts)
Ejemplo n.º 2
0
 def __init__(self, row, **atts):
     fields = ['machine', 'machine_type', 'kernel', 'profile', 'filesystem']
     BaseFieldTable.__init__(self, fields, row, **atts)
Ejemplo n.º 3
0
 def __init__(self, row, **atts):
     fields = ['machine', 'machine_type', 'kernel', 'profile', 'filesystem']
     BaseFieldTable.__init__(self, fields, row, **atts)