Mercurial > python-compiler.rs
annotate tests/test_parse_files/test_import_from.py @ 44:5f1d285471af
Finish ImportFrom conversion and add a test for it.
author | Bastien Orivel <eijebong@bananium.fr> |
---|---|
date | Tue, 07 Jun 2016 12:19:10 +0200 |
parents | |
children | 039f85b187f2 |
rev | line source |
---|---|
44
5f1d285471af
Finish ImportFrom conversion and add a test for it.
Bastien Orivel <eijebong@bananium.fr>
parents:
diff
changeset
|
1 from mod import func as name, func2 as name2 |