req.py
changeset 7543 570522300e22
parent 7407 a78cc15227ef
child 7815 2a164a9cf81c
--- a/req.py	Mon Jun 20 14:52:19 2011 +0200
+++ b/req.py	Tue Jun 21 10:57:25 2011 +0200
@@ -409,7 +409,7 @@
 
     # abstract methods to override according to the web front-end #############
 
-    def describe(self, eid):
+    def describe(self, eid, asdict=False):
         """return a tuple (type, sourceuri, extid) for the entity with id <eid>"""
         raise NotImplementedError