Use python3

This commit is contained in:
Adrien Ferrand 2020-07-05 21:29:02 +02:00
parent ada9339c57
commit 288c61b9c8

View file

@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
"""A version of Python's SimpleHTTPServer that flushes its output."""
import sys