From 74f413bc600f422695392fda3cf09008a6f33ded Mon Sep 17 00:00:00 2001 From: Paul Sokolovsky Date: Fri, 29 Apr 2016 20:04:17 +0300 Subject: [PATCH] esp8266/scripts/_boot: builtins is no longer used. --- esp8266/scripts/_boot.py | 1 - 1 file changed, 1 deletion(-) diff --git a/esp8266/scripts/_boot.py b/esp8266/scripts/_boot.py index 28b5b13dae..c950de6758 100644 --- a/esp8266/scripts/_boot.py +++ b/esp8266/scripts/_boot.py @@ -1,5 +1,4 @@ import uos -import builtins from flashbdev import bdev try: