예제 #1
0
    def __init__(self, context):
        ThugAPI.__init__(self)

        self.exploits = list()
        for row in context.table:
            self.exploits.append(row)
예제 #2
0
파일: misc.py 프로젝트: austin-taylor/thug
    def __init__(self, context):
        ThugAPI.__init__(self)

        self.misc = list()
        for row in context.table:
            self.misc.append(row)
예제 #3
0
파일: misc.py 프로젝트: buffer/thug
    def __init__(self, context):
        ThugAPI.__init__(self)

        self.misc = list()
        for row in context.table:
            self.misc.append(row)
예제 #4
0
    def __init__(self, context):
        ThugAPI.__init__(self)

        self.jquery = list()
        for row in context.table:
            self.jquery.append(row)