author | Sylvain Thénault <sylvain.thenault@logilab.fr> |
Wed, 03 Feb 2010 18:45:20 +0100 | |
changeset 4440 | 2eb6112ba4f0 |
parent 4439 | 5ab3f63b06ad |
child 4441 | 550cf406dbc6 |
--- 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)):