Minor code cleanup
[gc-dialer] / src / gc_dialer.py
index 07ec3cc..6f5673e 100755 (executable)
@@ -160,7 +160,8 @@ class DummyAddressBook(object):
        def open_addressbook(self, bookId):
                return self
 
-       def factory_name(self):
+       @staticmethod
+       def factory_name():
                return ""
 
        def get_contacts(self):