diff components/container.py @ 21:def430d59281

Fixed bug in components
author KarstenBock@gmx.net
date Thu, 01 Sep 2011 23:26:02 +0200
parents 16c959864d41
children d8c17766895b
line wrap: on
line diff
--- a/components/container.py	Wed Aug 10 21:08:48 2011 +0200
+++ b/components/container.py	Thu Sep 01 23:26:02 2011 +0200
@@ -19,4 +19,4 @@
     """
     
     def __init__(self):
-        Component.__init__(children=list, max_bulk=int)
+        Component.__init__(self, children=list, max_bulk=int)