I often test my module in the Python Interpreter, and when I see an error, I quickly update the .py file. But how do I make it reflect on the Interpreter? So, far I have been exiting and reentering the Interpreter because re-importing the file again is not working for me.