rename verdant_hooks modules to wagtail_hooks

pull/3/head
Matt Westcott 2014-01-30 09:56:59 +00:00
rodzic 192a05d15f
commit 77ec180efc
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -19,7 +19,7 @@ def search_for_hooks():
if not _searched_for_hooks:
for app_module in settings.INSTALLED_APPS:
try:
import_module('%s.verdant_hooks' % app_module)
import_module('%s.wagtail_hooks' % app_module)
except ImportError:
continue