Skip to content

Commit

Permalink
Update a couple of more scripts to match the new structure
Browse files Browse the repository at this point in the history
  • Loading branch information
shankari committed Jul 22, 2015
1 parent 7a9b800 commit d8d6606
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions bin/purge_database_json.py
Original file line number Diff line number Diff line change
@@ -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()
Expand Down
2 changes: 1 addition & 1 deletion e-mission-ipy.bash
Original file line number Diff line number Diff line change
Expand Up @@ -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 $*

0 comments on commit d8d6606

Please sign in to comment.