diff components/lockable.py @ 21:def430d59281

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