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 8281e557b1
commit b0325fef5b
45 changed files with 47 additions and 47 deletions

View file

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