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