blob: 5abb00c8bd2f394e5ece8815ff8acc6d095a9021 [file] [log] [blame]
#!/usr/bin/env python
# This script should work in python 2 *or* 3. It loads the main code using
# python_selector, which may pick a different version.
from tools import python_selector
import sys
if __name__ == '__main__':
python_selector.run(__file__)