def dropWhitelist():
    oList = CPEList(collection, args)
    oList.dropCollection()
Exemple #2
0
def dropBlacklist():
    oList = CPEList(collection, args)
    oList.dropCollection()
Exemple #3
0
def dropWhitelist():
    oList = CPEList(collection, args)
    oList.dropCollection()
def dropBlacklist():
    oList = CPEList(collection, args)
    oList.dropCollection()