also normal imports should return the right user_stmt, similar case than #137

This commit is contained in:
David Halter
2013-05-09 12:05:05 +04:30
parent f3a4439285
commit 3a7c8af87f
2 changed files with 11 additions and 8 deletions

View File

@@ -222,6 +222,12 @@ import json
from json import load, dump
#? 17 json.load
from json import load, dump
# without the from clause:
import json, datetime
#? 7 json
import json, datetime
#? 13 datetime
import json, datetime
# -----------------
# packages