File: setup.py

package info (click to toggle)
python-paver 1.0.3-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 1,412 kB
  • ctags: 775
  • sloc: python: 4,566; makefile: 133; sh: 5
file content (7 lines) | stat: -rw-r--r-- 148 bytes parent folder | download
1
2
3
4
5
6
7
import os
if os.path.exists("paver-minilib.zip"):
    import sys
    sys.path.insert(0, "paver-minilib.zip")

import paver.tasks
paver.tasks.main()