Ejemplo n.º 1
0
Archivo: unix.py Proyecto: 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
Ejemplo n.º 2
0
Archivo: content.py Proyecto: am0d/bit
 def __init__(self):
     Project.__init__(self, 'Content')
     self.compiler = ContentCompiler()