Exemplo n.º 1
0
 def users(self):
     list = glusers("--show Name", "--quiet")
     return list
Exemplo n.º 2
0
 def users(self):
     list = glusers("--show Name", "--quiet")
     return list
Exemplo n.º 3
0
 def projects(self, userid):
     list = glusers("--show", "Projects", userid, "-l", "--quiet")
     return list
Exemplo n.º 4
0
 def projects(self, userid):
     list = glusers("--show", "Projects", userid, "-l", "--quiet")
     return list