uninstall.py

changeset 5711
50b6867ffcd3
parent 5433
e1c50b88fc43
child 5823
70dfe6a4aa03
equal deleted inserted replaced
5710:b5809b948010 5711:50b6867ffcd3
149 "eric6_tray", "eric6_editor", 149 "eric6_tray", "eric6_editor",
150 "eric6_plugininstall", "eric6_pluginuninstall", 150 "eric6_plugininstall", "eric6_pluginuninstall",
151 "eric6_pluginrepository", "eric6_sqlbrowser", 151 "eric6_pluginrepository", "eric6_sqlbrowser",
152 "eric6_webbrowser", "eric6_iconeditor", 152 "eric6_webbrowser", "eric6_iconeditor",
153 "eric6_snap", "eric6_hexeditor", "eric6_browser", 153 "eric6_snap", "eric6_hexeditor", "eric6_browser",
154 "eric6_shell",
154 ] 155 ]
155 if includePythonVariant: 156 if includePythonVariant:
156 marker = PythonMarkers[sys.version_info.major] 157 marker = PythonMarkers[sys.version_info.major]
157 rem_wnames = [n + marker for n in rem_wnames] 158 rem_wnames = [n + marker for n in rem_wnames]
158 159

eric ide

mercurial