[z3-checkins] r5759 - z3/Five/branch/dc-experiments
dreamcatcher at codespeak.net
dreamcatcher at codespeak.net
Wed Jul 28 21:13:25 MEST 2004
Author: dreamcatcher
Date: Wed Jul 28 21:13:25 2004
New Revision: 5759
Modified:
z3/Five/branch/dc-experiments/browserconfigure.py
Log:
Ops, forgot to run the tests
Modified: z3/Five/branch/dc-experiments/browserconfigure.py
==============================================================================
--- z3/Five/branch/dc-experiments/browserconfigure.py (original)
+++ z3/Five/branch/dc-experiments/browserconfigure.py Wed Jul 28 21:13:25 2004
@@ -49,8 +49,9 @@
if allowed_attributes is None:
allowed_attributes = []
if allowed_interface is not None:
- attrs = [n for n, d in interface.namesAndDescriptions(1)]
- allowed_attributes.extend(attrs)
+ for interface in allowed_interface:
+ attrs = [n for n, d in interface.namesAndDescriptions(1)]
+ allowed_attributes.extend(attrs)
if attribute != '__call__':
if template:
More information about the z3-checkins
mailing list