diff components/Behavior.py @ 21:def430d59281

Fixed bug in components
author KarstenBock@gmx.net
date Thu, 01 Sep 2011 23:26:02 +0200
parents 9c7a96c6fe41
children ff3e395abf91
line wrap: on
line diff
--- a/components/Behavior.py	Wed Aug 10 21:08:48 2011 +0200
+++ b/components/Behavior.py	Thu Sep 01 23:26:02 2011 +0200
@@ -21,4 +21,4 @@
     
     def __init__(self):
         """Constructor"""
-        Component.__init__(scripts=list)
+        Component.__init__(self, scripts=list)