789 os.path.join(eric7SourceDir, "DebugClients", "Python", "coverage"), |
789 os.path.join(eric7SourceDir, "DebugClients", "Python", "coverage"), |
790 os.path.join(cfg['ericDir'], "DebugClients", "Python", "coverage"), |
790 os.path.join(cfg['ericDir'], "DebugClients", "Python", "coverage"), |
791 ['*.js', '*.html', '*.png', '*.css', '*.scss', '*.txt', '*.rst']) |
791 ['*.js', '*.html', '*.png', '*.css', '*.scss', '*.txt', '*.rst']) |
792 |
792 |
793 # copy some data files needed at various places |
793 # copy some data files needed at various places |
|
794 copyTree( |
|
795 os.path.join(eric7SourceDir, "data"), |
|
796 os.path.join(cfg['ericDir'], "data"), |
|
797 ['*.txt']) |
794 copyTree( |
798 copyTree( |
795 os.path.join(eric7SourceDir, "EricNetwork", "data"), |
799 os.path.join(eric7SourceDir, "EricNetwork", "data"), |
796 os.path.join(cfg['ericDir'], "EricNetwork", "data"), |
800 os.path.join(cfg['ericDir'], "EricNetwork", "data"), |
797 ['*.dat', '*.txt']) |
801 ['*.dat', '*.txt']) |
798 copyTree( |
802 copyTree( |