intial commit

This commit is contained in:
Andrew Davidson 2012-08-13 16:36:40 -07:00
commit 89ff787880
2 changed files with 11 additions and 0 deletions

6
.gitignore vendored Normal file
View file

@ -0,0 +1,6 @@
*.swp
*~
*.pyc
*.log
.unison*
venv

5
indenture.py Normal file
View file

@ -0,0 +1,5 @@
#!/usr/bin/env python
# Fire up virtualenv
activate_this = "venv/bin/activate_this.py"
execfile(activate_this, dict(__file__=activate_this))