Pulling in the latest of brontides manually
[gc-dialer] / src / dialcentral.py
1 #!/usr/bin/python
2
3 import sys
4
5 sys.path.insert(0,"/usr/lib/dialcentral/")
6
7 from gc_dialer import run_dialpad
8
9 run_dialpad()
10