]> git.ipfire.org Git - people/jschlag/pbs.git/blob - src/scripts/pakfire-hub
Use autotools
[people/jschlag/pbs.git] / src / scripts / pakfire-hub
1 #!/usr/bin/python
2
3 import hub
4
5 app = hub.Application()
6 app.run()
7