Adding some comments
[gc-dialer] / src / evo_backend.py
index 6af0012..cd6a50c 100644 (file)
@@ -30,6 +30,9 @@ except ImportError:
 
 
 class EvolutionAddressBook(object):
+       """
+       @note Combined the factory and the addressbook for "simplicity" and "cutting down" the number of allocations/deallocations
+       """
 
        def __init__(self, bookId = None):
                if not self.is_supported():