From 22c293eb58373726c798d619e26db1b094d6c777 Mon Sep 17 00:00:00 2001 From: Josh Holtrop Date: Sun, 4 Dec 2016 15:28:36 -0500 Subject: [PATCH] run under python2 for now --- jsvn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jsvn b/jsvn index 8fd03e9..4686cc4 100755 --- a/jsvn +++ b/jsvn @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # Josh's SVN wrapper script #