erlyaws / yaws

Yaws webserver
https://erlyaws.github.io
BSD 3-Clause "New" or "Revised" License
1.28k stars 267 forks source link

Use generic shebang for pyhon CGI files #423

Closed cl0ne closed 3 years ago

vinoski commented 3 years ago

Thanks! I modified your commit to provide python2/python3 compatibility for the print function via __future__.print_function. This change is now on master.