server/repository.py
changeset 8074 a7f76e322659
parent 8051 41398fa1a90f
child 8133 b0a70092946a
--- a/server/repository.py	Wed Nov 09 17:34:08 2011 +0100
+++ b/server/repository.py	Wed Nov 09 18:41:12 2011 +0100
@@ -528,6 +528,8 @@
         This is a public method, not requiring a session id.
         """
         # XXX we may want to check we don't give sensible information
+        # XXX the only cube using 'foreid', apycot, stop used this, we probably
+        # want to drop this argument
         if foreid is None:
             return self.config[option]
         _, sourceuri, extid, _ = self.type_and_source_from_eid(foreid)