예제 #1
0
 def users(self):
     list = glusers("--show Name", "--quiet")
     return list
예제 #2
0
 def users(self):
     list = glusers("--show Name", "--quiet")
     return list
예제 #3
0
 def projects(self, userid):
     list = glusers("--show", "Projects", userid, "-l", "--quiet")
     return list
예제 #4
0
 def projects(self, userid):
     list = glusers("--show", "Projects", userid, "-l", "--quiet")
     return list