Improve python2 support.

master
poikilos 2021-02-12 09:04:24 -05:00
parent 27b76bff50
commit 28a699b56f
2 changed files with 5 additions and 2 deletions

View File

@ -1,4 +1,6 @@
#!/usr/bin/env python3
#!/usr/bin/env python
from __future__ import print_function
import mtanalyze.minetestinfo
print("This doesn't work (not yet implemented)")
# https://github.com/poikilos/homedecor_ua

View File

@ -1,4 +1,5 @@
#!/usr/bin/env python3
#!/usr/bin/env python
from __future__ import print_function
# runs minetestserver using the paths defined by minetestinfo
# NOTE: SIGINT (as opposed to KILL) makes sure minetest server