Beispiel #1
0
 def __init__(self, *attrs):
     self.compile = 1
     self.optimize = 1
     _install_data.__init__(self, *attrs)
     install_parent.__init__(self, *attrs)
     # cache for names of folders translated from proxy value
     self.config_dirs = {
         'APPCONFDIR': None,
         'FREDCONFDIR': None,
         'FREDCONFMODULEDIR': None,
     }
Beispiel #2
0
 def __init__(self, *attrs):
     self.compile = 1
     self.optimize = 1
     _install_data.__init__(self, *attrs)
     install_parent.__init__(self, *attrs)
     # cache for names of folders translated from proxy value
     self.config_dirs = {
         'APPCONFDIR': None, 
         'FREDCONFDIR': None, 
         'FREDCONFMODULEDIR': None, 
     }
Beispiel #3
0
 def __init__(self, alpha):
     install_data.__init__(self, alpha)
     pass
Beispiel #4
0
 def __init__(self, dist):
     install_data.__init__(self, dist)
     self.lKeepDest = g_lKeepDest