From 018befc41ca0aa3331cc88f647f93517aa509627 Mon Sep 17 00:00:00 2001 From: Emantor Date: Tue, 14 Jun 2016 21:49:18 +0200 Subject: Explicitly require python2 --- git-deps.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/git-deps.py b/git-deps.py index 234d92a..5fe66bc 100755 --- a/git-deps.py +++ b/git-deps.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # # git-deps - automatically detect dependencies between git commits # Copyright (C) 2013 Adam Spiers -- cgit