1
0
mirror of https://github.com/robbyrussell/oh-my-zsh.git synced 2025-12-06 07:20:40 +01: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 -*- # -*- coding: UTF-8 -*-
from subprocess import Popen, PIPE from subprocess import Popen, PIPE
import re import re