setup.py
branch3.23
changeset 11420 b5cd8a2cccab
parent 11282 386fff3fa2ff
child 11421 06bcb7e7a69c
equal deleted inserted replaced
11419:32c3026f7810 11420:b5cd8a2cccab
   139             if exists(dest):
   139             if exists(dest):
   140                 os.remove(dest)
   140                 os.remove(dest)
   141             shutil.copy2(src, dest)
   141             shutil.copy2(src, dest)
   142 
   142 
   143 
   143 
   144 EMPTY_FILE = '"""generated file, don\'t modify or your data will be lost"""\n'
       
   145 
       
   146 class MyInstallLib(install_lib.install_lib):
   144 class MyInstallLib(install_lib.install_lib):
   147     """extend install_lib command to handle  package __init__.py and
   145     """extend install_lib command to handle  package __init__.py and
   148     include_dirs variable if necessary
   146     include_dirs variable if necessary
   149     """
   147     """
   150     def run(self):
   148     def run(self):