diff src/parpg/components/container.py @ 43:1cc037593517

Fixed bug in components
author KarstenBock@gmx.net
date Thu, 01 Sep 2011 23:26:02 +0200
parents 74f09d6417f4
children 9f631144124f
line wrap: on
line diff
--- a/src/parpg/components/container.py	Wed Aug 10 21:08:48 2011 +0200
+++ b/src/parpg/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)