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']) |