On Sun, Feb 26, 2012 at 4:11 PM, Ed Greenberg <[email protected]>wrote:
> aObj=local_import("a",reload=True)
>
local_import is now deprecated.
Use newest web2py version and you can use the new importer with the syntax.
*from a import aOb*j or just* import a
*
inside the module you can do
from gluon import current and access current.<object> for
(session|request|response|cache|T)
--
Bruno Rocha
[http://rochacbruno.com.br]

