I was importing a module from the modules folder, and then ended up deleting it. I've since cleaned the application, but noticed that, while the import statement and module-referencing code was still in my controller, no error was getting thrown. (If I copied the web2py folder and fired up a new instance, I got an error.)
Where/how does web2py cache modules, and how can we clear that cache?