コード例 #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,
     }
コード例 #2
0
ファイル: install_data.py プロジェクト: LANJr4D/FRED
 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, 
     }
コード例 #3
0
ファイル: setup.py プロジェクト: karel1980/babyslam
 def __init__(self, alpha):
     install_data.__init__(self, alpha)
     pass
コード例 #4
0
 def __init__(self, dist):
     install_data.__init__(self, dist)
     self.lKeepDest = g_lKeepDest