コード例 #1
0
def removeWhitelist(cpe):
    oList = CPEList(collection, args)
    return oList.remove(cpe)
コード例 #2
0
ファイル: db_blacklist.py プロジェクト: cysum/python-server
def removeBlacklist(cpe):
    oList = CPEList(collection, args)
    return oList.remove(cpe)
コード例 #3
0
def removeWhitelist(cpe):
    oList = CPEList(collection, args)
    return oList.remove(cpe)
コード例 #4
0
def removeBlacklist(cpe):
    oList = CPEList(collection, args)
    return oList.remove(cpe)