1
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-09-21 07:20:09 +00:00

specify python2 in shebang

as suggested in #2382
This commit is contained in:
ncanceill 2014-06-04 12:36:34 +02:00
parent 7297b446b8
commit e5ed07e2b5

View file

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