def insertWhitelist(cpe):
    oList = CPEList(collection, args)
    return oList.insert(cpe)
Exemple #2
0
def insertBlacklist(cpe):
    oList = CPEList(collection, args)
    return oList.insert(cpe)
Exemple #3
0
def insertWhitelist(cpe):
    oList = CPEList(collection, args)
    return oList.insert(cpe)
def insertBlacklist(cpe):
    oList = CPEList(collection, args)
    return oList.insert(cpe)