This commit is contained in:
Matthieu CERDA 2017-12-22 11:32:30 +00:00 committed by GitHub
commit 4b32d92e2b
1 changed files with 3 additions and 4 deletions

View File

@ -1,8 +1,7 @@
#!/bin/sh #!/usr/bin/env python2
''''which python2 >/dev/null && exec python2 -u "$0" "$@" &>>$LOG # ''' #
''''which python >/dev/null && exec python -u "$0" "$@" &>>$LOG # '''
# Copyright (C) 2014-2015 Nginx, Inc. # Copyright (C) 2014-2015 Nginx, Inc.
#
import sys, os, signal, base64, ldap, Cookie, argparse import sys, os, signal, base64, ldap, Cookie, argparse
from BaseHTTPServer import HTTPServer, BaseHTTPRequestHandler from BaseHTTPServer import HTTPServer, BaseHTTPRequestHandler