From d8d6606b075b7674ba5758c76f01d25806311e1a Mon Sep 17 00:00:00 2001 From: "K. Shankari" Date: Wed, 22 Jul 2015 12:18:26 -0700 Subject: [PATCH] Update a couple of more scripts to match the new structure --- bin/purge_database_json.py | 4 ++-- e-mission-ipy.bash | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bin/purge_database_json.py b/bin/purge_database_json.py index 30634074a..6448212e7 100644 --- a/bin/purge_database_json.py +++ b/bin/purge_database_json.py @@ -1,8 +1,8 @@ from pymongo import MongoClient import json import sys -from get_database import get_db, get_section_db -from tests import common +from emission.core.get_database import get_db, get_section_db +from emission.tests import common def purgeData(userName): Sections=get_section_db() diff --git a/e-mission-ipy.bash b/e-mission-ipy.bash index 93ae3a948..722d711bf 100755 --- a/e-mission-ipy.bash +++ b/e-mission-ipy.bash @@ -5,4 +5,4 @@ # Make sure that the python here is the anaconda python if that is not the one in the path -PYTHONPATH=./base:./CFC_WebApp:./CFC_DataCollector ipython $* +PYTHONPATH=. ipython $*