blob: 7664f8d04c6bd9413677eb58714e57d20bdd8ca7 [file] [log] [blame]
#!/usr/bin/env python
# This script should work in python 2 *or* 3. It loads emconfigure.py, which needs python 2.
import sys
from tools import python_selector
if __name__ == '__main__':
python_selector.run(__file__)