Update plugin.py
This commit is contained in:
@@ -46,8 +46,8 @@ import time
|
|||||||
# save this copyright notice. This document/program is distributed WITHOUT any
|
# save this copyright notice. This document/program is distributed WITHOUT any
|
||||||
# warranty, use at YOUR own risk.
|
# warranty, use at YOUR own risk.
|
||||||
|
|
||||||
PLUGINVERSION = '1.00'
|
PLUGINVERSION = '8.00'
|
||||||
UPDATEVERSION = '1.01'
|
UPDATEVERSION = '8.01'
|
||||||
|
|
||||||
def Freespace(dev):
|
def Freespace(dev):
|
||||||
statdev = os.statvfs(dev)
|
statdev = os.statvfs(dev)
|
||||||
@@ -1556,4 +1556,4 @@ from Plugins.Plugin import PluginDescriptor
|
|||||||
def Plugins(**kwargs):
|
def Plugins(**kwargs):
|
||||||
return [PluginDescriptor(name='NeoBootUstym ', description='NeoBoot', where=PluginDescriptor.WHERE_MENU, fnc=menu), PluginDescriptor(name='NeoBoot', description=_('Installing multiple images'), icon='neo.png', where=PluginDescriptor.WHERE_PLUGINMENU, fnc=main)]
|
return [PluginDescriptor(name='NeoBootUstym ', description='NeoBoot', where=PluginDescriptor.WHERE_MENU, fnc=menu), PluginDescriptor(name='NeoBoot', description=_('Installing multiple images'), icon='neo.png', where=PluginDescriptor.WHERE_PLUGINMENU, fnc=main)]
|
||||||
|
|
||||||
####################### _(-_-)_ gutosie _(-_-)_ #######################
|
####################### _(-_-)_ gutosie _(-_-)_ #######################
|
||||||
|
|||||||
Reference in New Issue
Block a user