Allow WikiPage methods to be hooked

This commit is contained in:
Chase Sterling 2016-07-08 13:53:09 -04:00 committed by GitHub
parent ed0ac58e6f
commit 1bc15594f6

View file

@ -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)