Currently, for `from .some import relative`, we get a node with `..`: <img width="1028" alt="relative" src="https://user-images.githubusercontent.com/5649971/64607757-75d08d80-d3c9-11e9-9e56-fde3adb54e0f.png"> And for `from ..some import relative`, we get two nodes with `..`:  It may be related to [this line](https://github.com/bblfsh/python-driver/blob/7f07c7625798c31965abced694d89160be2fd1af/driver/normalizer/util.go#L45)
Currently, for
from .some import relative, we get a node with..:And for
from ..some import relative, we get two nodes with..:It may be related to this line