Fixing a bug and rounding out the interfaces
[gc-dialer] / src / gc_backend.py
index b388aff..a12c77d 100644 (file)
@@ -158,6 +158,9 @@ class GCDialer(object):
 
                return True
 
+       def send_sms(self, number, message):
+               raise NotImplementedError("SMS Is Not Supported by GrandCentral")
+
        def clear_caches(self):
                self.__contacts = None