Ejemplo n.º 1
0
 def __init__(self, dist):
     install_lib.__init__(self, dist)
     # Append whichever platform specific extension to the jsbsim module
     # name
     build_ext = self.get_finalized_command('build_ext')
     self.module_name = build_ext.get_ext_filename(
         build_ext.extensions[0].name)
Ejemplo n.º 2
0
 def __init__(self, *args, **kwargs):
     _install_lib.__init__(self, *args, **kwargs)
Ejemplo n.º 3
0
 def __init__(self, dist):
     install_lib.__init__(self, dist)
     self.packages = dist.packages
Ejemplo n.º 4
0
 def __init__(self, *args, **kwargs):
     install_lib.__init__(self, *args, **kwargs)
     self.build_dir = build_dir
Ejemplo n.º 5
0
 def __init__(self, *attrs):
     _install_lib.__init__(self, *attrs)
     install_parent.__init__(self, *attrs)