* Made the file backend more generic by trying to find the right columns through...
[gc-dialer] / src / dialcentral.py
index 58cd175..8a29d15 100755 (executable)
@@ -6,8 +6,8 @@ import sys
 sys.path.insert(0,"/usr/lib/dialcentral/")
 
 
-import gc_dialer
+import dialer
 
 
-gc_dialer.run_dialpad()
+dialer.run_dialpad()