scripts/install.py

changeset 8205
4a0f1f896341
parent 8128
8f012c58f27e
child 8214
51f0d3e047ec
equal deleted inserted replaced
8204:fd477cded1c1 8205:4a0f1f896341
738 os.path.join(distDir, cfg[key].lstrip(os.sep))) 738 os.path.join(distDir, cfg[key].lstrip(os.sep)))
739 739
740 try: 740 try:
741 # Install the files 741 # Install the files
742 # make the install directories 742 # make the install directories
743 for key in cfg.keys(): 743 for key in cfg:
744 if cfg[key] and not os.path.isdir(cfg[key]): 744 if cfg[key] and not os.path.isdir(cfg[key]):
745 os.makedirs(cfg[key]) 745 os.makedirs(cfg[key])
746 746
747 # copy the eric config file 747 # copy the eric config file
748 if distDir: 748 if distDir:

eric ide

mercurial