scripts/install.py

branch
server
changeset 10781
0e3d6e22efaf
parent 10743
5d3a5a05114e
child 10788
c14f37a9aa74
equal deleted inserted replaced
10780:07670febf8c5 10781:0e3d6e22efaf
703 Actually perform the installation steps. 703 Actually perform the installation steps.
704 704
705 @return result code 705 @return result code
706 @rtype int 706 @rtype int
707 """ 707 """
708 global distDir, doCleanup, cfg, progLanguages, sourceDir, configName 708 global distDir, cfg, progLanguages, sourceDir, configName
709 global installApis 709 global installApis
710 710
711 # Create the platform specific wrappers. 711 # Create the platform specific wrappers.
712 scriptsDir = "install_scripts" 712 scriptsDir = "install_scripts"
713 if not os.path.isdir(scriptsDir): 713 if not os.path.isdir(scriptsDir):

eric ide

mercurial