mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-19 14:13:34 +01:00
specify python version
This commit is contained in:
parent
6f979ca1ef
commit
0139965864
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