Include test coverage to makefile. Update translations.
[ipypbx] / bin / ipypbx
1 #!/usr/bin/env python
2
3 if __name__ == '__main__':
4     import ipypbx
5     ipypbx.main()
6