circuitpython/ports/esp8266/modules
Lars Kellogg-Stedman ad1b16a3ec ports/esp8266: try both binascii and ubinascii in inisetup.py
in recent circuitpython builds, `ubinascii` is available as
`binascii`.  This modifies `modules/inisetup.py` to use the same
import semantics as `modules/websocket_helper.py`: first try importing
`ubinascii`, and if that fails, fall back to importing `binascii`.

Closes adafruit/circuitpython#795
2018-05-03 09:23:54 -04:00
..
_boot.py Merge commit 'f869d6b2e339c04469c6c9ea3fb2fabd7bbb2d8c' into nrf2_merge 2017-10-24 22:31:16 -07:00
flashbdev.py ports: Make new ports/ sub-directory and move all ports there. 2017-09-06 13:40:51 +10:00
inisetup.py ports/esp8266: try both binascii and ubinascii in inisetup.py 2018-05-03 09:23:54 -04:00
ntptime.py ports: Make new ports/ sub-directory and move all ports there. 2017-09-06 13:40:51 +10:00
port_diag.py ports: Make new ports/ sub-directory and move all ports there. 2017-09-06 13:40:51 +10:00
upip.py all: Update Makefiles and others to build with new ports/ dir layout. 2017-09-06 14:09:13 +10:00
upip_utarfile.py all: Update Makefiles and others to build with new ports/ dir layout. 2017-09-06 14:09:13 +10:00
webrepl.py Merge commit 'f869d6b2e339c04469c6c9ea3fb2fabd7bbb2d8c' into nrf2_merge 2017-10-24 22:31:16 -07:00
webrepl_setup.py Merge tag 'v1.9.3' 2017-11-02 12:41:50 -07:00
websocket_helper.py ports: Make new ports/ sub-directory and move all ports there. 2017-09-06 13:40:51 +10:00