Consistently use /usr/bin/env python2.7 in shebangs and commands.

This commit is contained in:
Steven Oud
2015-10-04 18:56:26 +02:00
committed by Luke Faraone
parent 136c55e43d
commit d5435fad1d
124 changed files with 166 additions and 166 deletions

View File

@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python2.7
# -*- coding: utf-8 -*-
#
# Copyright © 2014 Zulip, Inc.