6333:3d4e7155d48f | 6334:ca90aee56d20 |
---|---|
326 else: | 326 else: |
327 score += 1 | 327 score += 1 |
328 | 328 |
329 return score | 329 return score |
330 | 330 |
331 def __install(self, userSite=False): | 331 def __install(self, userSite=False): |
332 """ | 332 """ |
333 Private slot to install the selected packages. | 333 Private slot to install the selected packages. |
334 | 334 |
335 @param userSite flag indicating to install to the user directory | 335 @param userSite flag indicating to install to the user directory |
336 @type bool | 336 @type bool |