blob: 3c48afc7cd4ea3ecaf7a4eb3d60923ae4b0b357e [file] [edit]
#!/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__)