selectors.py
branchtls-sprint
changeset 774 48cb1f42e79c
parent 770 193b7e981ea9
child 779 8510e14335e1
child 782 01801a10c567
--- a/selectors.py	Wed Feb 18 11:46:23 2009 +0100
+++ b/selectors.py	Wed Feb 18 11:46:35 2009 +0100
@@ -384,7 +384,7 @@
                      object to create a relation with another)
     """
     def __init__(self, *expected):
-        assert expected
+        assert expected, self
         self.expected = frozenset(expected)
         
     @lltrace