diff options
| author | Jesse Andrews <anotherjesse@gmail.com> | 2011-05-22 18:52:15 -0700 |
|---|---|---|
| committer | Jesse Andrews <anotherjesse@gmail.com> | 2011-05-22 18:52:15 -0700 |
| commit | 0bb304a456ffe2a8ddd9dc2bec879b11267f0d03 (patch) | |
| tree | 97c0868fcf5530410c16d781e18b08684b2944ab | |
| parent | 4ae6942dc72782d9e83ea4a87acc3d3bb4f33e27 (diff) | |
| download | keystone-0bb304a456ffe2a8ddd9dc2bec879b11267f0d03.tar.gz keystone-0bb304a456ffe2a8ddd9dc2bec879b11267f0d03.tar.xz keystone-0bb304a456ffe2a8ddd9dc2bec879b11267f0d03.zip | |
echo_client should be executable
| -rwxr-xr-x[-rw-r--r--] | echo/echo_client.py | 1 |
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. # |
