Follow error node imports properly in goto assignments as well

This commit is contained in:
Dave Halter
2019-03-27 00:53:35 +01:00
parent f4c17e578c
commit 1c105b5c68
2 changed files with 28 additions and 9 deletions

View File

@@ -119,6 +119,12 @@ def broken_import():
#? import_tree.mod1
from import_tree.mod1
#? 20 import_tree.mod1
import import_tree.mod1.
#! ['module json']
from json
def test_import_priorities():
"""