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