mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-05-04 21:44:44 +00:00
4 lines
164 B
Python
4 lines
164 B
Python
# The 'hooks' module is now part of wagtailcore.
|
|
# Imports are provided here for backwards compatibility
|
|
|
|
from wagtail.wagtailcore.hooks import register, get_hooks
|