Are those also part of current now? service=Service(globals()) mail = Mail(globals())
Richard On Mon, Mar 12, 2012 at 2:31 PM, Richard Vézina <[email protected] > wrote: > Thanks Anthony. > > Richard > > > On Mon, Mar 12, 2012 at 2:29 PM, Anthony <[email protected]> wrote: > >> auth=Auth(globals(),db) >>> crud=Crud(globals(),db) >>> >> >> The above will still work, but globals() will simply be ignored, as it is >> no longer required (instead, the Auth and Crud classes now use the >> "current" object to access the relevant global environment objects). >> >> Anthony >> > >

