server/sources/__init__.py
branchstable
changeset 3633 2d81178bea5f
parent 3041 782fa7566a22
child 3674 387d51af966d
child 3689 deb13e88e037
--- a/server/sources/__init__.py	Fri Oct 09 19:19:30 2009 +0200
+++ b/server/sources/__init__.py	Fri Oct 09 19:20:38 2009 +0200
@@ -191,6 +191,9 @@
         * if this source doesn't support the relation, can be crossed unless
           explicitly specified in .dont_cross_relations
         """
+        # XXX find a way to have relation such as state_of in dont cross
+        #     relation (eg composite relation without both end type available?
+        #     card 1 relation ? ...)
         if self.support_relation(rtype):
             return rtype in self.cross_relations
         return rtype not in self.dont_cross_relations