dabo Commit
Revision 6453
Date: 2011-02-22 03:57:25 -0800 (Tue, 22 Feb 2011)
Author: Jacekk
Trac: http://trac.dabodev.com/changeset/6453
Changed:
U trunk/dabo/ui/uiwx/dForm.py
Log:
Removed the keys() dict object method reference.
Diff:
Modified: trunk/dabo/ui/uiwx/dForm.py
===================================================================
--- trunk/dabo/ui/uiwx/dForm.py 2011-02-19 19:37:01 UTC (rev 6452)
+++ trunk/dabo/ui/uiwx/dForm.py 2011-02-22 11:57:25 UTC (rev 6453)
@@ -686,7 +686,7 @@
# the children, and return the first one that matches.
if not parentBizobj:
# start the recursive walk:
- for key in self.bizobjs.keys():
+ for key in self.bizobjs:
bo = self.getBizobj(dataSource,
self.bizobjs[key])
if bo:
return bo
_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev
Searchable Archives: http://leafe.com/archives/search/dabo-dev
This message:
http://leafe.com/archives/byMID/[email protected]