[apps/code] Remove __import__ from builtins

This commit is contained in:
Léa Saviot
2020-04-22 16:17:30 +02:00
committed by Émilie Feral
parent e73ae9bcdf
commit e630b0e9e5
2 changed files with 1 additions and 2 deletions

View File

@@ -360,7 +360,6 @@ void VariableBoxController::loadBuiltinNodes(const char * textToAutocomplete, in
{"False", ScriptNode::Type::WithoutParentheses},
{"None", ScriptNode::Type::WithoutParentheses},
{"True", ScriptNode::Type::WithoutParentheses},
{qstr_str(MP_QSTR___import__), ScriptNode::Type::WithParentheses},
{qstr_str(MP_QSTR_abs), ScriptNode::Type::WithParentheses},
{qstr_str(MP_QSTR_all), ScriptNode::Type::WithParentheses},
{"and", ScriptNode::Type::WithoutParentheses},