server/sources/__init__.py
changeset 10575 036f5964e6fe
parent 10086 98bc2ca1a816
child 10576 1ee631aedf2f
equal deleted inserted replaced
10574:6a07c2dc3d85 10575:036f5964e6fe
   393         raise NotImplementedError(self)
   393         raise NotImplementedError(self)
   394 
   394 
   395     # system source interface #################################################
   395     # system source interface #################################################
   396 
   396 
   397     def eid_type_source(self, cnx, eid):
   397     def eid_type_source(self, cnx, eid):
   398         """return a tuple (type, source, extid) for the entity with id <eid>"""
   398         """return a tuple (type, extid, source) for the entity with id <eid>"""
   399         raise NotImplementedError(self)
   399         raise NotImplementedError(self)
   400 
   400 
   401     def create_eid(self, cnx):
   401     def create_eid(self, cnx):
   402         raise NotImplementedError(self)
   402         raise NotImplementedError(self)
   403 
   403