scripts/install.py

branch
eric7
changeset 8354
12ebd3934fef
parent 8343
242d5dae2937
child 8360
2a91e0e05926
equal deleted inserted replaced
8353:799196d0b05d 8354:12ebd3934fef
786 cfg['ericCodeTemplatesDir'], 786 cfg['ericCodeTemplatesDir'],
787 ['*.tmpl']) 787 ['*.tmpl'])
788 788
789 # copy some data files needed at various places 789 # copy some data files needed at various places
790 copyTree( 790 copyTree(
791 os.path.join(eric7SourceDir, "E5Network", "data"), 791 os.path.join(eric7SourceDir, "EricNetwork", "data"),
792 os.path.join(cfg['ericDir'], "E5Network", "data"), 792 os.path.join(cfg['ericDir'], "EricNetwork", "data"),
793 ['*.dat', '*.txt']) 793 ['*.dat', '*.txt'])
794 copyTree( 794 copyTree(
795 os.path.join(eric7SourceDir, "IconEditor", "cursors"), 795 os.path.join(eric7SourceDir, "IconEditor", "cursors"),
796 os.path.join(cfg['ericDir'], "IconEditor", "cursors"), 796 os.path.join(cfg['ericDir'], "IconEditor", "cursors"),
797 ['*.xpm']) 797 ['*.xpm'])

eric ide

mercurial