123 rem_wnames = [ |
123 rem_wnames = [ |
124 "eric7_api", "eric7_browser", "eric7_compare", "eric7_configure", |
124 "eric7_api", "eric7_browser", "eric7_compare", "eric7_configure", |
125 "eric7_diff", "eric7_doc", "eric7_editor", "eric7_hexeditor", |
125 "eric7_diff", "eric7_doc", "eric7_editor", "eric7_hexeditor", |
126 "eric7_iconeditor", "eric7_plugininstall", "eric7_pluginrepository", |
126 "eric7_iconeditor", "eric7_plugininstall", "eric7_pluginrepository", |
127 "eric7_pluginuninstall", "eric7_qregularexpression", "eric7_re", |
127 "eric7_pluginuninstall", "eric7_qregularexpression", "eric7_re", |
128 "eric7_shell", "eric7_snap", "eric7_sqlbrowser", "eric7_tray", |
128 "eric7_shell", "eric7_snap", "eric7_sqlbrowser", "eric7_testing", |
129 "eric7_trpreviewer", "eric7_uipreviewer", "eric7_unittest", |
129 "eric7_tray", "eric7_trpreviewer", "eric7_uipreviewer", |
130 "eric7_virtualenv", "eric7", |
130 "eric7_virtualenv", "eric7", |
|
131 # obsolete scripts below |
|
132 "eric7_unittest", |
131 ] |
133 ] |
132 |
134 |
133 try: |
135 try: |
134 for rem_wname in rem_wnames: |
136 for rem_wname in rem_wnames: |
135 for rwname in wrapperNames(getConfig('bindir'), rem_wname): |
137 for rwname in wrapperNames(getConfig('bindir'), rem_wname): |