Mac fixup.

This commit is contained in:
Shyotl
2014-12-22 02:08:18 -06:00
parent ca49db02df
commit e0fb73414b
9 changed files with 30 additions and 29 deletions

View File

@@ -37,6 +37,7 @@ import re
import tarfile
import time
import subprocess
import errno
viewer_dir = os.path.dirname(__file__)
# add llmanifest library to our path so we don't have to muck with PYTHONPATH
sys.path.append(os.path.join(viewer_dir, '../lib/python/indra/util'))