Browse Source

specify python2 in shebang
as suggested in #2382

ncanceill 11 years ago
parent
commit
e5ed07e2b5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      plugins/git-prompt/gitstatus.py

+ 1 - 1
plugins/git-prompt/gitstatus.py

@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python2
 # -*- coding: UTF-8 -*-
 from subprocess import Popen, PIPE
 import re