rocky / python-uncompyle6

A cross-version Python bytecode decompiler
GNU General Public License v3.0
3.74k stars 408 forks source link

Correct a couple of bugs... #449

Closed rocky closed 1 year ago

rocky commented 1 year ago

We weren't distinguishing relative imports from absolute imports. Fixes #448

Picking out docstring was broken too.

Some small lint stuff fixed too.