Fix python executable name in 2xize

This commit is contained in:
Dan Stillman 2023-06-17 02:34:14 -04:00
parent b7626a1baa
commit ffdfc73d47

View file

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