File: paver

package info (click to toggle)
python-paver 1.2.1-1~bpo70%2B1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy-backports
  • size: 1,220 kB
  • sloc: python: 4,678; makefile: 20
file content (5 lines) | stat: -rw-r--r-- 56 bytes parent folder | download | duplicates (4)
1
2
3
4
5
#!/bin/env python

from paver.tasks import main

main()