MINOR: Keep python 2.7 restriction only for FCGI wrapper

Only flup is python 2.7 dependent
This commit is contained in:
Bertrand Jacquin 2016-11-02 00:58:40 +00:00
parent e541e3edb1
commit 76edc53056
No known key found for this signature in database
GPG Key ID: 5534871F2E2E93DA
2 changed files with 2 additions and 2 deletions

View File

@ -1,3 +1,3 @@
#!/usr/bin/env python2.7
#!/usr/bin/env python
from extra import app as application

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python2.7
#!/usr/bin/env python
# Run a test server.
from extra import app