author | Nicolas Chauvat <nicolas.chauvat@logilab.fr> |
Sun, 24 May 2009 22:41:24 +0200 | |
branch | stable |
changeset 1909 | 58374d1f6d9b |
parent 1908 | 4ea82ac0559a (diff) |
parent 1906 | 7c266edf28bd (current diff) |
child 1913 | 7d7bfd30c7f5 |
child 1919 | 983dfd00df21 |
selectors.py | file | annotate | diff | comparison | revisions |
--- a/selectors.py Fri May 22 01:31:21 2009 +0200 +++ b/selectors.py Sun May 24 22:41:24 2009 +0200 @@ -114,7 +114,7 @@ def score_interface(cls_or_inst, cls, iface): - """Return true if the give object (maybe an instance or class) implements + """Return XXX if the give object (maybe an instance or class) implements the interface. """ if getattr(iface, '__registry__', None) == 'etypes':