changeset 4440 | 2eb6112ba4f0 |
parent 4323 | aae19998dd93 |
child 4490 | d45cde54d464 |
--- a/cwvreg.py Wed Feb 03 18:45:12 2010 +0100 +++ b/cwvreg.py Wed Feb 03 18:45:20 2010 +0100 @@ -343,7 +343,7 @@ def register_if_interface_found(self, obj, ifaces, **kwargs): """register an object but remove it if no entity class implements one of - the given interfaces + the given interfaces at the end of the registration process """ self.register(obj, **kwargs) if not isinstance(ifaces, (tuple, list)):