indenture/indenture.py

6 lines
142 B
Python
Raw Normal View History

2012-08-13 23:36:40 +00:00
#!/usr/bin/env python
# Fire up virtualenv
activate_this = "venv/bin/activate_this.py"
execfile(activate_this, dict(__file__=activate_this))