wagtail/wagtail/wagtailadmin/hooks.py
Matt Westcott 7a80c8adca Move the 'hooks' module from wagtailadmin to wagtailcore
Conflicts:
	wagtail/tests/wagtail_hooks.py
	wagtail/wagtailadmin/views/pages.py
2014-07-02 19:59:00 +01:00

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