/stdhome

To get this branch, use:
bzr branch http://bzr.ed.am/stdhome

« back to all changes in this revision

Viewing changes to lib/stdhome/Makefile.am

  • Committer: Tim Marston
  • Date: 2014-01-05 11:51:35 UTC
  • Revision ID: tim@ed.am-20140105115135-6ses87ggwyjrxzfj
added global objects (the.repo, the.program), deployment object and implemented
init command

Show diffs side-by-side

added added

removed removed

2
2
 
3
3
pkgpython_PYTHON = \
4
4
        __init__.py \
5
 
        stdhome.py
 
5
        the.py \
 
6
        program.py \
 
7
        repo.py \
 
8
        deployment.py \
 
9
        command_init.py