예제 #1
0
파일: unix.py 프로젝트: am0d/bit
 def __init__(self, project_name):
     Project.__init__(self, project_name)
     self.compiler = CC(self.project_name)
     self.output_extension = self.compiler.output_extension
예제 #2
0
파일: content.py 프로젝트: am0d/bit
 def __init__(self):
     Project.__init__(self, 'Content')
     self.compiler = ContentCompiler()