summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Andrews <anotherjesse@gmail.com>2011-05-22 18:52:15 -0700
committerJesse Andrews <anotherjesse@gmail.com>2011-05-22 18:52:15 -0700
commit0bb304a456ffe2a8ddd9dc2bec879b11267f0d03 (patch)
tree97c0868fcf5530410c16d781e18b08684b2944ab
parent4ae6942dc72782d9e83ea4a87acc3d3bb4f33e27 (diff)
downloadkeystone-0bb304a456ffe2a8ddd9dc2bec879b11267f0d03.tar.gz
keystone-0bb304a456ffe2a8ddd9dc2bec879b11267f0d03.tar.xz
keystone-0bb304a456ffe2a8ddd9dc2bec879b11267f0d03.zip
echo_client should be executable
-rwxr-xr-x[-rw-r--r--]echo/echo_client.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/echo/echo_client.py b/echo/echo_client.py
index a70d2a4a..a2cb544b 100644..100755
--- a/echo/echo_client.py
+++ b/echo/echo_client.py
@@ -1,3 +1,4 @@
+#!/usr/bin/env python
# vim: tabstop=4 shiftwidth=4 softtabstop=4
# Copyright (c) 2010-2011 OpenStack, LLC.
#