0
0
mirror of https://github.com/wagtail/wagtail.git synced 2024-12-01 11:41:20 +01:00

Add some more dummy modules

This commit is contained in:
Karl Hobley 2022-03-21 11:53:58 +00:00 committed by Matt Westcott
parent 2c854cc929
commit 5a4d929c17
5 changed files with 5 additions and 0 deletions

View File

@ -0,0 +1 @@
from wagtail.log_actions import * # noqa

View File

@ -0,0 +1 @@
from wagtail.permissions import * # noqa

1
wagtail/core/telepath.py Normal file
View File

@ -0,0 +1 @@
from wagtail.telepath import * # noqa

View File

@ -0,0 +1 @@
from wagtail.widget_adapters import * # noqa

View File

@ -0,0 +1 @@
from wagtail.test.dummy_external_storage import * # noqa