Plugins/PluginPipInterface.py

changeset 6744
f5249a9927c9
parent 6735
31e263d49c04
child 6782
390a45748883
equal deleted inserted replaced
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

eric ide

mercurial