scripts/install.py

branch
eric7
changeset 10090
8be7dd9460c5
parent 10084
125166c6b66c
child 10091
ac6edcfe7831
equal deleted inserted replaced
10089:5fe9bfafbc7c 10090:8be7dd9460c5
868 ) 868 )
869 copyTree( 869 copyTree(
870 os.path.join(eric7SourceDir, "MicroPython", "Tools"), 870 os.path.join(eric7SourceDir, "MicroPython", "Tools"),
871 os.path.join(cfg["ericDir"], "MicroPython", "Tools"), 871 os.path.join(cfg["ericDir"], "MicroPython", "Tools"),
872 ["*.json"], 872 ["*.json"],
873 )
874 copyTree(
875 os.path.join(eric7SourceDir, "MicroPython", "BluetoothDialogs", "data"),
876 os.path.join(cfg["ericDir"], "MicroPython", "BluetoothDialogs", "data"),
877 ["*.yaml"],
873 ) 878 )
874 copyTree( 879 copyTree(
875 os.path.join(eric7SourceDir, "UI", "data"), 880 os.path.join(eric7SourceDir, "UI", "data"),
876 os.path.join(cfg["ericDir"], "UI", "data"), 881 os.path.join(cfg["ericDir"], "UI", "data"),
877 ["*.css"], 882 ["*.css"],

eric ide

mercurial