large commit. new code, with sensors, line count dropped, etc
diff --git a/keystone.py b/keystone.py
index e6308b5..3ae5e7a 100644
--- a/keystone.py
+++ b/keystone.py
@@ -75,7 +75,7 @@
             self.keystone.authenticate()
             self.headers['X-Auth-Token'] = self.keystone.auth_token
         except exceptions.AuthorizationFailure:
-            print 'asdfsf'
+            raise
 
     def do(self, method, path, params=None):
         """Do request. If gets 401 refresh token"""