selectors.py
changeset 7624 ce020f90fb8e
parent 7610 838a0c910bb5
child 7879 9aae456abab5
--- a/selectors.py	Thu Jul 07 11:10:50 2011 +0200
+++ b/selectors.py	Thu Jul 07 11:33:39 2011 +0200
@@ -921,6 +921,7 @@
 
     # hack hack hack
     def __call__(self, cls, req, **kwargs):
+        # hack hack hack
         if self.strict:
             return EntitySelector.__call__(self, cls, req, **kwargs)
         return EClassSelector.__call__(self, cls, req, **kwargs)