diff --git a/git-tools/commit-msg b/git-tools/commit-msg index b37e944..9aed76b 100755 --- a/git-tools/commit-msg +++ b/git-tools/commit-msg @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/python2 import os,sys ROOT = os.path.dirname(__file__)+'/../../'