File: install.py

package info (click to toggle)
albatross 1.35-2
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 2,328 kB
  • ctags: 1,702
  • sloc: python: 6,964; makefile: 139; sh: 123
file content (9 lines) | stat: -rw-r--r-- 175 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/cal', cgi = 1)
i.add_exec('cal.py')
i.add_html('cal.html')
i.install()