/stdhome

To get this branch, use:
bzr branch http://bzr.ed.am/stdhome
1 by Tim Marston
initial commit; basic app startup and initial command-line processing
1
# Makefile.am -- process this file with automake to produce Makefile.in
2
3
pkgpython_PYTHON = \
4
	__init__.py \
2 by Tim Marston
added global objects (the.repo, the.program), deployment object and implemented
5
	the.py \
6
	program.py \
7
	repo.py \
8
	deployment.py \
9
	command_init.py