From ee0903f520403c5e03caef287f813e7b062d05ab Mon Sep 17 00:00:00 2001 From: Felix Domke Date: Sat, 17 Jun 2006 16:48:40 +0000 Subject: add some new (currently unused) source/renderer based elements --- lib/python/Components/Sources/Source.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lib/python/Components/Sources/Source.py') diff --git a/lib/python/Components/Sources/Source.py b/lib/python/Components/Sources/Source.py index 77fcb55f..49bbdbcf 100644 --- a/lib/python/Components/Sources/Source.py +++ b/lib/python/Components/Sources/Source.py @@ -1,5 +1,6 @@ -class Source(object): +from Components.Element import Element +class Source(Element): def execBegin(self): pass -- cgit v1.2.3