1 # -*- coding: utf-8 -*-
2 from Plugins.Plugin import PluginDescriptor
4 def main(session, **kwargs):
5 from eparted import Ceparted
9 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)]