cosmetic changes to existing poster scripts

This commit is contained in:
rolux 2013-02-19 14:41:52 +05:30
commit 8693085afa
2 changed files with 3 additions and 3 deletions

View file

@ -6,7 +6,7 @@ import os
root_dir = os.path.normpath(os.path.abspath(os.path.join(os.path.dirname(__file__), '..')))
#using virtualenv's activate_this.py to reorder sys.path
# using virtualenv's activate_this.py to reorder sys.path
activate_this = os.path.join(root_dir, 'bin', 'activate_this.py')
execfile(activate_this, dict(__file__=activate_this))