On 06 Jan 2006 17:14:41 -0200, Jorge Godoy <[EMAIL PROTECTED]> wrote: > I've started playing with this new implementation and am I wrong or is it > needed to import "in_group" et al. from identity.conditions? > > Another solution is using: > > @identity.require( identity.conditions.in_group( "admin" ) ) > > Am I right or am I doing something wrong? :-)
This being standard Python, you're probably correct. Kevin

