Defaults update_device to use only compatible python versions
update_device imports BaseHTTPServer, which is python2 only. If python3 is the default python, an import error will be thrown. Test: Set default python to 3.4. Call update_device.py Change-Id: Id053e695c334c597736b9844e11be389264700ea
Loading
Please sign in to comment