Legacy print statements are syntax errors in Python 3 but print() function works as expected in both Python 2 and Python 3. Old style exceptions are syntax errors in Python 3 but new style exceptions work as expected in both Python 2 and Python 3.
This means that on most Linux distributions where python3 is the default, we can invoke `python2 script/bootstrap.py` and have it all work