1 # -*- coding: utf-8 -*-
2 from Plugins.Plugin import PluginDescriptor
5 def main(session, **kwargs):
6 from eparted import Ceparted
10 return [PluginDescriptor(name=_("eParted"), description=_("creating and manipulating partition tables"), where = PluginDescriptor.WHERE_PLUGINMENU, fnc=main,icon="eparted.png"), PluginDescriptor(name=_("eParted"), description=_("creating and manipulating partition tables"), where = PluginDescriptor.WHERE_EXTENSIONSMENU, fnc=main)]