erp5_jupyter: bugfix in ImportFixer to handle `import lib as name` cases
The ImportFixer AST processor wasn't correctly handling the alias for imports. Now it takes them into consideration correctly. A test to cover this case was added.
Showing
Please register or sign in to comment