Work in progress on Google Voice and Google Data
[gc-dialer] / src / dialcentral.py
index f73c038..8a29d15 100755 (executable)
@@ -2,9 +2,12 @@
 
 import sys
 
+
 sys.path.insert(0,"/usr/lib/dialcentral/")
 
-from gc_dialer import run_dialpad
 
-run_dialpad()
+import dialer
+
+
+dialer.run_dialpad()