aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Components/Sources/Source.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/python/Components/Sources/Source.py')
-rw-r--r--lib/python/Components/Sources/Source.py3
1 files changed, 2 insertions, 1 deletions
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