Fix more paths

This commit is contained in:
blitzmann
2014-11-29 20:57:44 -05:00
parent a565abe6f7
commit 9a8642e789
5 changed files with 12 additions and 11 deletions

View File

@@ -23,7 +23,7 @@ import sys
# Add eos root path to sys.path so we can import ourselves
path = os.path.dirname(unicode(__file__, sys.getfilesystemencoding()))
sys.path.append(os.path.realpath(os.path.join(path, "..", "pyfa")))
sys.path.append(os.path.realpath(os.path.join(path, "..")))
import json
import argparse