Beispiel #1
0
 def get_user_quota(self, username):
     return seafserv_threaded_rpc.get_user_quota(username)
Beispiel #2
0
 def get_user_quota(self, username):
     return seafserv_threaded_rpc.get_user_quota(username)
Beispiel #3
0
 def get_user_quota(self, username):
     """
     Return: -2 if quota is unlimited; otherwise it must be number > 0.
     """
     return seafserv_threaded_rpc.get_user_quota(username)
Beispiel #4
0
 def get_user_quota(self, username):
     """
     Return: -2 if quota is unlimited; otherwise it must be number > 0.
     """
     return seafserv_threaded_rpc.get_user_quota(username)