diff options
author | Adam Spiers <github@adamspiers.org> | 2016-06-14 21:28:27 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-06-14 21:28:27 +0100 |
commit | 78ff5718f35021b1c1992395fc2faa72488b5631 (patch) | |
tree | 2b865d3e7c871950da7e1b92404d30b58361c345 | |
parent | 1585048d503d295c4484ee5fec945a4c7841fb22 (diff) | |
parent | 018befc41ca0aa3331cc88f647f93517aa509627 (diff) | |
download | git-deps-78ff5718f35021b1c1992395fc2faa72488b5631.tar.gz |
Merge pull request #59 from Emantor/master
Explicitly require python2
-rwxr-xr-x | git-deps.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 <git@adamspiers.org> |