mirror of
https://github.com/rsms/inter.git
synced 2024-11-15 19:47:47 +01:00
website: use "python3" in lab/serve.py
This commit is contained in:
parent
371a1d5885
commit
528656b517
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/env python
|
||||
#!/usr/bin/env python3
|
||||
from __future__ import print_function, absolute_import
|
||||
import os, sys
|
||||
import signal
|
||||
|
|
Loading…
Reference in a new issue