From 239a4e32617f45ca226ff0c8b0dc4f2b424e4070 Mon Sep 17 00:00:00 2001 From: Terrel Shumway Date: Thu, 9 Oct 2014 20:58:34 -0600 Subject: [PATCH] revert to /usr/bin/python see http://legacy.python.org/dev/peps/pep-0394/ for rationale --- ssh-ident | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ssh-ident b/ssh-ident index 590100f..e6de36f 100755 --- a/ssh-ident +++ b/ssh-ident @@ -1,4 +1,4 @@ -#!/usr/bin/python3 +#!/usr/bin/python from __future__ import print_function """Start and use ssh-agent and load identities as necessary.