6743:833eebe73909 | 6744:f5249a9927c9 |
---|---|
91 """ | 91 """ |
92 return { | 92 return { |
93 "pipPage": [ | 93 "pipPage": [ |
94 QCoreApplication.translate( | 94 QCoreApplication.translate( |
95 "PipInterfacePlugin", "Python Package Management"), | 95 "PipInterfacePlugin", "Python Package Management"), |
96 "preferences-python.png", | 96 "pypi.png", |
97 createPipPage, None, None | 97 createPipPage, None, None |
98 ], | 98 ], |
99 } | 99 } |
100 | 100 |
101 | 101 |