示例#1
0
def getallranges():
    from applications.controlies.modules.Utils import LdapUtils
    l = conecta()
    myRanges = LdapUtils.getAllRanges(l)
    return dict(response=myRanges)
示例#2
0
def getallranges():
    from applications.controlies.modules.Utils import LdapUtils
    l=conecta()
    myRanges = LdapUtils.getAllRanges(l)
    return dict(response=myRanges)