From 168c3292dc051ce3767bd236f5b544b8ffa3f729 Mon Sep 17 00:00:00 2001 From: Geoffrey Frogeye Date: Wed, 16 Mar 2016 17:55:51 +0100 Subject: [PATCH] Tunnel fully rewritten to be Python2 compatible --- scripts/tunnel | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/tunnel b/scripts/tunnel index 2264835..dd90532 100755 --- a/scripts/tunnel +++ b/scripts/tunnel @@ -1,4 +1,5 @@ -#!/usr/bin/env python3 +#!/usr/bin/env python + try: import sys