diff components/container.py @ 19:16c959864d41

Backed out changeset: 799fc37fec6d
author KarstenBock@gmx.net
date Wed, 10 Aug 2011 21:08:14 +0200
parents 9ffcb493a0f4
children def430d59281
line wrap: on
line diff
--- a/components/container.py	Wed Aug 10 21:07:06 2011 +0200
+++ b/components/container.py	Wed Aug 10 21:08:14 2011 +0200
@@ -20,9 +20,3 @@
     
     def __init__(self):
         Component.__init__(children=list, max_bulk=int)
-        
-def get_bulk(container):
-    bulk = 0
-    for child in container.children:
-        bulk += child.bulk
-    return bulk