I have two files, main.py and module.py. Module.py is erased and re-written from another program (Qt designer), meaning I can't modify it myself.
Because of a Pyside-uic issue, I need to replace all calls to a function ( Qstring() ) by another one ( str() ) when I import Module.py.
How can I do that ?