rename planetstack module to xos
diff --git a/planetstack/openstack/client.py b/planetstack/openstack/client.py
index 0aa6c7d..4962e06 100644
--- a/planetstack/openstack/client.py
+++ b/planetstack/openstack/client.py
@@ -9,7 +9,7 @@
 except:
     has_openstack = False
 
-from planetstack.config import Config
+from xos.config import Config
 
 def require_enabled(callable):
     def wrapper(*args, **kwds):