vregistry.py
branchtls-sprint
changeset 721 f76e89b52553
parent 719 2a610efe21ce
child 724 1ecba333cfb0
--- a/vregistry.py	Tue Feb 17 23:34:01 2009 +0100
+++ b/vregistry.py	Tue Feb 17 23:34:17 2009 +0100
@@ -582,7 +582,7 @@
         """
         if self is selector:
             return self
-        if isinstance(selector, type) and instance(self, selector):
+        if isinstance(selector, type) and isinstance(self, selector):
             return self
         return None