Mercurial > python-compiler.rs
view tests/test_parse_files/test_import_from.py @ 48:039f85b187f2
Also handle relative imports.
author | Bastien Orivel <eijebong@bananium.fr> |
---|---|
date | Tue, 07 Jun 2016 13:34:12 +0200 |
parents | 5f1d285471af |
children |
line wrap: on
line source
from mod import func as name, func2 as name2 from .mod import func as name, func2 as name2 from ..mod import func as name, func2 as name2