IDEA-COMMUNITY-CR-1085 Handle badly formatted imports with whitespaces before/after dots

This commit is contained in:
Mikhail Golubev
2014-12-03 18:57:14 +03:00
parent 359d047a76
commit 989ef3a393
14 changed files with 79 additions and 29 deletions
@@ -0,0 +1,3 @@
from pkg.subpkg2.subsubpkg import b
print(b)
@@ -0,0 +1,3 @@
from .. subpkg2 . subsubpkg import b
print(b)