hook WIP
This commit is contained in:
parent
d073bc6a8d
commit
98d82f06a8
6 changed files with 74 additions and 6 deletions
|
@ -10,9 +10,10 @@ from dulwich.repo import NotGitRepository
|
|||
from werkzeug.utils import escape, unescape
|
||||
from realms.lib.util import to_canonical
|
||||
from realms import cache
|
||||
from realms.lib.hook import HookMixin
|
||||
|
||||
|
||||
class Wiki():
|
||||
class Wiki(HookMixin):
|
||||
path = None
|
||||
base_path = '/'
|
||||
default_ref = 'master'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue