I recently upgraded to web2py 2.2.1 from 1.99. I have an external set of modules that I am importing into my application. Since I updated to 2.2.1 I am getting errors saying that the module does not have the attribute 'function'. To explain further, I have an external set of modules under the folder cmweb. This folder is in my python path. I have from cmweb import cm at the top of my controller. Within the cm module, a module called utility is being imported. This module is also inside the cmweb folder. Now when I call functions from the cm module, I am getting an error saying that the utility module has no attribute 'function'. This was not happening before I upgraded to 2.2.1. Any ideas what might be happening here?
Thanks in advance. --

