[Grok-dev] grokcore.security

Jan-Wijbrand Kolman janwijbrand at gmail.com
Mon May 7 08:58:43 UTC 2012


On 5/7/12 10:37 , Jan-Wijbrand Kolman wrote:
> On 5/6/12 23:43 , Souheil CHELFOUH wrote:
>> it seems that grokcore.security doesn't declare its dependency on
>> zope.dottedname, needed for :
>>
>> def api(name):
>>     from zope.dottedname.resolve import resolve
>>     from zope.interface import Interface
>>
>>     try:
>>         return True, resolve(name)
>>     except ImportError:
>>         return False, Interface
>>
>>
>> Can anyone with release rights fix this ?
>> Thank you !
> 
> Will do.
> regards, jw

Done, as grokcore-security 1.6.2. Included in a groktoolkit bugfix
release as 1.5.2.

regards, jw



More information about the Grok-dev mailing list