diff options
author | Lénaïc Huard <lenaic@lhuard.fr> | 2015-01-12 09:51:30 +0100 |
---|---|---|
committer | Lénaïc Huard <lhuard@amadeus.com> | 2015-02-19 17:45:51 +0100 |
commit | c589981c50ff68d95ffd5287c3dccb8e28822a47 (patch) | |
tree | f91616561c9695d270b6bca4819ce984ede558c4 /bin/ossh | |
parent | 81db3db61f911cbbc6ff8f88b90cecb870c41381 (diff) | |
download | openshift-c589981c50ff68d95ffd5287c3dccb8e28822a47.tar.gz openshift-c589981c50ff68d95ffd5287c3dccb8e28822a47.tar.bz2 openshift-c589981c50ff68d95ffd5287c3dccb8e28822a47.tar.xz openshift-c589981c50ff68d95ffd5287c3dccb8e28822a47.zip |
Explicitely use python2
Some distributions are using python3 as the default python.
On those ones, we need to explicitely use python2.
Diffstat (limited to 'bin/ossh')
-rwxr-xr-x | bin/ossh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # vim: expandtab:tabstop=4:shiftwidth=4 import argparse |