last minute rename changes
diff --git a/planetstack/hpc_wizard/bigquery_config.py b/planetstack/hpc_wizard/bigquery_config.py
index ffe3e7f..345acf2 100644
--- a/planetstack/hpc_wizard/bigquery_config.py
+++ b/planetstack/hpc_wizard/bigquery_config.py
@@ -1,3 +1,3 @@
-BIGQUERY_DIR = "/opt/planetstack"
+BIGQUERY_DIR = "/opt/xos"
 BIGQUERY_SECRETS_FN = os.path.join(BIGQUERY_DIR, "hpc_wizard/client_secrets.json")
 BIGQUERY_CREDENTIALS_FN = os.path.join(BIGQUERY_DIR, "hpc_wizard/bigquery_credentials.dat")
diff --git a/planetstack/hpc_wizard/planetstack_analytics.py b/planetstack/hpc_wizard/planetstack_analytics.py
index 2cbb7e7..06a083b 100644
--- a/planetstack/hpc_wizard/planetstack_analytics.py
+++ b/planetstack/hpc_wizard/planetstack_analytics.py
@@ -9,7 +9,7 @@
 import urllib2
 
 # XXX hardcoded path
-sys.path.append("/opt/planetstack")
+sys.path.append("/opt/xos")
 
 os.environ.setdefault("DJANGO_SETTINGS_MODULE", "planetstack.settings")
 from django.conf import settings