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