1
1
mirror of https://github.com/rsms/inter.git synced 2024-10-03 21:57:40 +03:00

website: use "python3" in lab/serve.py

This commit is contained in:
Rasmus Andersson 2024-03-25 09:46:56 -07:00
parent 371a1d5885
commit 528656b517

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
from __future__ import print_function, absolute_import
import os, sys
import signal