Mercurial > python-compiler.rs
annotate tests/test_parse_files/test_import_from.py @ 46:b3f47c8150c0
Add a test for Break.
author | Bastien Orivel <eijebong@bananium.fr> |
---|---|
date | Tue, 07 Jun 2016 12:47:23 +0200 |
parents | 5f1d285471af |
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 |