Comment 1 for bug 1795227

Revision history for this message
Pedro Gimeno (pgimeno) wrote :

For clarity, I've attached a patch that reverts the removal of the globals.

Without this patch, the imported identifiers are local to the __init__() constructor where the import statements are, and the rest of the code can't use them.