Skip to content

Commit

Permalink
missing some stuff for the find support
Browse files Browse the repository at this point in the history
  • Loading branch information
Michel Pelletier committed Sep 28, 1999
1 parent d18809b commit e9b41b7
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion ZCatalog.py
Expand Up @@ -560,5 +560,9 @@ def resolve_url(self, path, REQUEST):
Globals.default__class_init__(ZCatalog)


def p_name(name):
return '_' + string.translate(name, name_trans) + '_Permission'


def absattr(attr):
if callable(attr): return attr()
return attr

0 comments on commit e9b41b7

Please sign in to comment.