comparison 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
comparison
equal deleted inserted replaced
20:35081fd801ac 21:def430d59281
19 scripting. 19 scripting.
20 """ 20 """
21 21
22 def __init__(self): 22 def __init__(self):
23 """Constructor""" 23 """Constructor"""
24 Component.__init__(scripts=list) 24 Component.__init__(self, scripts=list)