Example:
$ cat abc.py
import abc
$ importlab --tree abc.py
Reading 1 files
Source tree:
cycle {
abc.py
}
If I rename the file to anything else, importlab generates the correct source tree:
Source tree:
+ foo.py
:: abc.py
:: _weakrefset.py
I'm running importlab-0.3.0 under Python 3.6