uninstall.py

changeset 896
f855351d5e98
parent 791
9ec2ac20e54e
child 908
d00447340771
equal deleted inserted replaced
894:eab7b8d39807 896:f855351d5e98
79 "eric5-unittest", "eric5", 79 "eric5-unittest", "eric5",
80 "eric5-tray", "eric5-editor", 80 "eric5-tray", "eric5-editor",
81 "eric5-plugininstall", "eric5-pluginuninstall", 81 "eric5-plugininstall", "eric5-pluginuninstall",
82 "eric5-pluginrepository", "eric5-sqlbrowser", 82 "eric5-pluginrepository", "eric5-sqlbrowser",
83 "eric5-webbrowser", 83 "eric5-webbrowser",
84 "eric5_api", "eric5_compare",
85 "eric5_configure", "eric5_diff",
86 "eric5_doc", "eric5_helpviewer",
87 "eric5_qregexp", "eric5_re",
88 "eric5_trpreviewer", "eric5_uipreviewer",
89 "eric5_unittest", "eric5",
90 "eric5_tray", "eric5_editor",
91 "eric5_plugininstall", "eric5_pluginuninstall",
92 "eric5_pluginrepository", "eric5_sqlbrowser",
93 "eric5_webbrowser",
84 ] 94 ]
85 for rem_wname in rem_wnames: 95 for rem_wname in rem_wnames:
86 rwname = wrapperName(getConfig('bindir'),rem_wname) 96 rwname = wrapperName(getConfig('bindir'),rem_wname)
87 if os.path.exists(rwname): 97 if os.path.exists(rwname):
88 os.remove(rwname) 98 os.remove(rwname)

eric ide

mercurial