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 |