From 47eaccfd3d5c4ca46ff339cb64a077a0f269d671 Mon Sep 17 00:00:00 2001 From: Stefan Pluecken Date: Wed, 11 Jan 2006 14:50:07 +0000 Subject: add a tuxbox plugins plugin to prepare loading of tuxbox plugins when the c++ part supports it --- lib/python/Plugins/update/plugin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/python/Plugins/update/plugin.py') diff --git a/lib/python/Plugins/update/plugin.py b/lib/python/Plugins/update/plugin.py index 79f67490..8fa21cb3 100644 --- a/lib/python/Plugins/update/plugin.py +++ b/lib/python/Plugins/update/plugin.py @@ -12,7 +12,7 @@ class Example(Screen): """ - def __init__(self, session): + def __init__(self, session, args = None): self.skin = Example.skin Screen.__init__(self, session) -- cgit v1.2.3