check if we can get rpm to create a Requires: to /usr/bin/python
[plnode-utils.git] / bin / bwlimit
1 #!/usr/bin/python
2
3 import bwlimit
4
5 if __name__ == '__main__':
6     bwlimit.main()