install.py

branch
6_0_x
changeset 4034
bcee35dbbce0
parent 4022
f5f42921717e
child 4054
3ef699270e61
equal deleted inserted replaced
4032:cca03ed87a9c 4034:bcee35dbbce0
642 642
643 # copy the various parts of eric6 643 # copy the various parts of eric6
644 copyTree( 644 copyTree(
645 sourceDir, cfg['ericDir'], 645 sourceDir, cfg['ericDir'],
646 ['*.py', '*.pyc', '*.pyo', '*.pyw'], 646 ['*.py', '*.pyc', '*.pyo', '*.pyw'],
647 ['{1}{0}Examples'.format(os.sep, sourceDir)], 647 ['{1}{0}Examples'.format(os.sep, sourceDir),
648 '{1}{0}.ropeproject'.format(os.sep, sourceDir)],
648 excludePatterns=["eric6config.py*"]) 649 excludePatterns=["eric6config.py*"])
649 copyTree( 650 copyTree(
650 sourceDir, cfg['ericDir'], ['*.rb'], 651 sourceDir, cfg['ericDir'], ['*.rb'],
651 ['{1}{0}Examples'.format(os.sep, sourceDir)]) 652 ['{1}{0}Examples'.format(os.sep, sourceDir)])
652 copyTree( 653 copyTree(

eric ide

mercurial