Allow WikiPage methods to be hooked
This commit is contained in:
parent
ed0ac58e6f
commit
1bc15594f6
|
@ -69,7 +69,7 @@ class Wiki(HookMixin):
|
|||
return rv
|
||||
|
||||
|
||||
class WikiPage(object):
|
||||
class WikiPage(HookMixin):
|
||||
def __init__(self, name, wiki, sha='HEAD'):
|
||||
self.name = name
|
||||
self.filename = cname_to_filename(name)
|
||||
|
|
Loading…
Reference in a new issue