mirror of
https://github.com/zulip/zulip.git
synced 2025-11-06 15:03:34 +00:00
Consistently use /usr/bin/env python2.7 in shebangs and commands.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
#!/usr/bin/python
|
||||
#!/usr/bin/env python2.7
|
||||
import re
|
||||
from collections import defaultdict
|
||||
import os
|
||||
|
||||
Reference in New Issue
Block a user