mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-19 14:13:34 +01:00
Merge pull request #3331 from sevu/pythonv2
specify python version in shebang
This commit is contained in:
commit
ad89cb7d78
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
#!/usr/bin/python -u
|
#!/usr/bin/env PYTHONUNBUFFERED=1 python2
|
||||||
#
|
#
|
||||||
# Created by Bjarni R. Einarsson, placed in the public domain. Go wild!
|
# Created by Bjarni R. Einarsson, placed in the public domain. Go wild!
|
||||||
#
|
#
|
||||||
|
|
Loading…
Reference in a new issue