3.7 handling of 4-level attribute import

Fixes #239
This commit is contained in:
rocky
2019-05-14 12:09:38 -04:00
parent 26140934da
commit 3abe8d11d3
4 changed files with 2 additions and 1 deletions

View File

@@ -7,3 +7,4 @@ import http.client as httpclient
if len(__file__) == 0:
# a.b.c should force consecutive LOAD_ATTRs
import a.b.c as d
import stuff0.stuff1.stuff2.stuff3 as stuff3