X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/2e874fa14264bf37f17ae9b9375e26059e7f35ec..172101b6a15dae4ce5438babfde1f8301262fea8:/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