예제 #1
0
파일: makefile.py 프로젝트: crypt3lx2k/coal
 def __init__ (self):
     DirectedAcyclicGraph.__init__(self)
     self.cmp = cmp_headers_first
예제 #2
0
    def __init__ (self):
        DirectedAcyclicGraph.__init__(self)

        self.palette = []
        self.colors  = []
예제 #3
0
파일: makefile.py 프로젝트: crypt3lx2k/coal
 def __init__(self):
     DirectedAcyclicGraph.__init__(self)
     self.cmp = cmp_headers_first