install.py

changeset 5652
d1b65f380408
parent 5651
982465f8389c
child 5675
c6bfe7b10b01
equal deleted inserted replaced
5651:982465f8389c 5652:d1b65f380408
1112 cfg['ericStylesDir'], cfg['ericDocDir'], 1112 cfg['ericStylesDir'], cfg['ericDocDir'],
1113 cfg['ericExamplesDir'], cfg['ericTranslationsDir'], 1113 cfg['ericExamplesDir'], cfg['ericTranslationsDir'],
1114 cfg['ericTemplatesDir'], 1114 cfg['ericTemplatesDir'],
1115 cfg['ericCodeTemplatesDir'], cfg['ericOthersDir'], 1115 cfg['ericCodeTemplatesDir'], cfg['ericOthersDir'],
1116 cfg['bindir'], cfg['mdir'], 1116 cfg['bindir'], cfg['mdir'],
1117 cfg['apidir'], apis, 1117 cfg['apidir'], sorted(apis),
1118 macAppBundlePath, macAppBundleName, 1118 macAppBundlePath, macAppBundleName,
1119 ) 1119 )
1120 copyToFile(fn, config) 1120 copyToFile(fn, config)
1121 1121
1122 1122

eric ide

mercurial