def exportWhitelist(exportFile):
    oList = CPEList(collection, args)
    oList.exportList(exportFile)
Exemple #2
0
def exportBlacklist(exportFile):
    oList = CPEList(collection, args)
    oList.exportList(exportFile)
Exemple #3
0
def exportWhitelist(exportFile):
    oList = CPEList(collection, args)
    oList.exportList(exportFile)
def exportBlacklist(exportFile):
    oList = CPEList(collection, args)
    oList.exportList(exportFile)