devtools/fake.py
changeset 9469 032825bbacab
parent 9456 a79e88aad555
child 9478 2d7521881d3d
--- a/devtools/fake.py	Thu Jan 23 12:32:16 2014 +0100
+++ b/devtools/fake.py	Thu Jan 23 13:47:28 2014 +0100
@@ -191,9 +191,6 @@
             source.after_entity_insertion(session, extid, entity)
             return eid
 
-    def eid2extid(self, source, eid, session=None):
-        return self.eids[eid]
-
 
 class FakeSource(object):
     dbhelper = get_db_helper('sqlite')