Hi,
Im getting the following error for rum_policy-0.0dev-py2.6.egg/
rumpolicy/__init__.py
AttributeError: 'MultiDenial' object has no attribute '_'
Seems the culprit is the self._ at the class below
tried adding
from rum.i18n import _
and removing 'self.' , so far it worked, but Im not sure if its the
right solution
class MultiDenial(Denial):
def __init__(self, denials):
self.denials = denials
def __unicode__(self):
return unicode(self._(' or ')).join(map(unicode,
self.denials))
--
You received this message because you are subscribed to the Google Groups "rum-discuss" group.
To post to this group, send email to
rum-d...@googlegroups.com.
To unsubscribe from this group, send email to
rum-discuss...@googlegroups.com.
For more options, visit this group at
http://groups.google.com/group/rum-discuss?hl=en.