install.py

branch
sub_styles
changeset 6863
e900929889dd
parent 6760
448de556dd34
child 6906
a34f0dc442a1
equal deleted inserted replaced
6862:6f4237ccf576 6863:e900929889dd
867 copyTree( 867 copyTree(
868 '{1}{0}Styles'.format(os.sep, sourceDir), cfg['ericStylesDir'], 868 '{1}{0}Styles'.format(os.sep, sourceDir), cfg['ericStylesDir'],
869 ['*.qss']) 869 ['*.qss'])
870 copyTree( 870 copyTree(
871 '{1}{0}Styles'.format(os.sep, sourceDir), cfg['ericStylesDir'], 871 '{1}{0}Styles'.format(os.sep, sourceDir), cfg['ericStylesDir'],
872 ['*.e4h']) 872 ['*.e4h', '*.e6h'])
873 copyTree( 873 copyTree(
874 '{1}{0}i18n'.format(os.sep, sourceDir), cfg['ericTranslationsDir'], 874 '{1}{0}i18n'.format(os.sep, sourceDir), cfg['ericTranslationsDir'],
875 ['*.qm']) 875 ['*.qm'])
876 copyTree( 876 copyTree(
877 '{1}{0}icons'.format(os.sep, sourceDir), cfg['ericIconDir'], 877 '{1}{0}icons'.format(os.sep, sourceDir), cfg['ericIconDir'],

eric ide

mercurial