def removeWhitelist(cpe):
    oList = CPEList(collection, args)
    return oList.remove(cpe)
Beispiel #2
0
def removeBlacklist(cpe):
    oList = CPEList(collection, args)
    return oList.remove(cpe)
Beispiel #3
0
def removeWhitelist(cpe):
    oList = CPEList(collection, args)
    return oList.remove(cpe)
def removeBlacklist(cpe):
    oList = CPEList(collection, args)
    return oList.remove(cpe)