summaryrefslogtreecommitdiffstats
path: root/echo
diff options
context:
space:
mode:
authorZiad Sawalha <github@highbridgellc.com>2011-04-26 15:51:00 -0700
committerZiad Sawalha <github@highbridgellc.com>2011-04-26 15:51:00 -0700
commitab7ddb7fc77e0274ff49ace0dca2db85e8f0cb54 (patch)
tree5b8ef44278f221cd823efef8942a8b31f09a5a10 /echo
parent08436d59f1b6b45111202acb8d6de7d77fc63a17 (diff)
downloadkeystone-ab7ddb7fc77e0274ff49ace0dca2db85e8f0cb54.tar.gz
keystone-ab7ddb7fc77e0274ff49ace0dca2db85e8f0cb54.tar.xz
keystone-ab7ddb7fc77e0274ff49ace0dca2db85e8f0cb54.zip
Fixed remote proxy issue
Diffstat (limited to 'echo')
-rw-r--r--echo/echo_client.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/echo/echo_client.py b/echo/echo_client.py
index 5cd08de6..677e8ab9 100644
--- a/echo/echo_client.py
+++ b/echo/echo_client.py
@@ -57,7 +57,6 @@ if __name__ == '__main__':
# Use that token to call an OpenStack service (echo)
data = call_service(token)
-
print "Response received:", data
print