* Made the file backend more generic by trying to find the right columns through...
[gc-dialer] / src / dialcentral.py
1 #!/usr/bin/python
2
3 import sys
4
5
6 sys.path.insert(0,"/usr/lib/dialcentral/")
7
8
9 import dialer
10
11
12 dialer.run_dialpad()
13