File: install.py

package info (click to toggle)
albatross 1.36-5
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 2,472 kB
  • ctags: 1,822
  • sloc: python: 7,437; makefile: 146; sh: 132
file content (9 lines) | stat: -rw-r--r-- 179 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
import sys
sys.path.insert(0, '..')
import install
from install import Installer

i = Installer('alsamp/tree1', cgi = 1)
i.add_exec('tree.py')
i.add_html('tree.html')
i.install()