Cutting down the thread spawning which should help avoid some bugs and cut down some...
[gc-dialer] / src / evo_backend.py
index 727b898..0b71ebf 100644 (file)
@@ -84,6 +84,9 @@ class EvolutionAddressBook(object):
        def contact_source_short_name(contactId):
                return "Evo"
 
+       def clear_caches(self):
+               pass
+
        @staticmethod
        def factory_name():
                return "Evolution"