aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Plugins/tuxboxplugins/plugin.py
blob: 1e8d52ee6502f968ec5df63ff60cbf6dbc07c503 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
from enigma import *
from Screens.Screen import Screen
from Screens.MessageBox import MessageBox
from Components.ActionMap import ActionMap
from Components.Label import Label

import os

def getPlugins():
	return [("Tuxbox-Plugin1", "function", "main", 0),
			("Tuxbox-Plugin2", "function", "main", 1)]

def main(session, args):
	print "Running plugin with number", args