Skip to content

Commit a05565c

Browse files
committed
Merge pull request #1 from mart-e/patch-1
python != python2 for some people
2 parents 10d7283 + 4e27472 commit a05565c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

git_qdiff.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python
1+
#!/usr/bin/env python2
22
# -*- coding: utf-8 -*-
33
import os
44
from os.path import join as opj

0 commit comments

Comments
 (0)