Ejemplo n.º 1
0
 def getAll(self):
     emp = Employee.getAll()
     print emp
     for e in emp:
         print e.username