intial commit
This commit is contained in:
commit
89ff787880
2 changed files with 11 additions and 0 deletions
6
.gitignore
vendored
Normal file
6
.gitignore
vendored
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
*.swp
|
||||||
|
*~
|
||||||
|
*.pyc
|
||||||
|
*.log
|
||||||
|
.unison*
|
||||||
|
venv
|
5
indenture.py
Normal file
5
indenture.py
Normal 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))
|
Loading…
Reference in a new issue