uninstall.py

changeset 4673
6fa2418f010c
parent 4631
5c1a96925da4
child 4746
bd60f10ff4ec
equal deleted inserted replaced
4672:67fa9b25183f 4673:6fa2418f010c
130 "eric6_unittest", "eric6", 130 "eric6_unittest", "eric6",
131 "eric6_tray", "eric6_editor", 131 "eric6_tray", "eric6_editor",
132 "eric6_plugininstall", "eric6_pluginuninstall", 132 "eric6_plugininstall", "eric6_pluginuninstall",
133 "eric6_pluginrepository", "eric6_sqlbrowser", 133 "eric6_pluginrepository", "eric6_sqlbrowser",
134 "eric6_webbrowser", "eric6_iconeditor", 134 "eric6_webbrowser", "eric6_iconeditor",
135 "eric6_snap", 135 "eric6_snap", "eric6_hexeditor",
136 ] 136 ]
137 if includePythonVariant: 137 if includePythonVariant:
138 marker = PythonMarkers[sys.version_info.major] 138 marker = PythonMarkers[sys.version_info.major]
139 rem_wnames = [n + marker for n in rem_wnames] 139 rem_wnames = [n + marker for n in rem_wnames]
140 140

eric ide

mercurial