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:
parent
2c854cc929
commit
5a4d929c17
1
wagtail/core/log_actions.py
Normal file
1
wagtail/core/log_actions.py
Normal file
@ -0,0 +1 @@
|
||||
from wagtail.log_actions import * # noqa
|
1
wagtail/core/permissions.py
Normal file
1
wagtail/core/permissions.py
Normal file
@ -0,0 +1 @@
|
||||
from wagtail.permissions import * # noqa
|
1
wagtail/core/telepath.py
Normal file
1
wagtail/core/telepath.py
Normal file
@ -0,0 +1 @@
|
||||
from wagtail.telepath import * # noqa
|
1
wagtail/core/widget_adapters.py
Normal file
1
wagtail/core/widget_adapters.py
Normal file
@ -0,0 +1 @@
|
||||
from wagtail.widget_adapters import * # noqa
|
1
wagtail/tests/dummy_external_storage.py
Normal file
1
wagtail/tests/dummy_external_storage.py
Normal file
@ -0,0 +1 @@
|
||||
from wagtail.test.dummy_external_storage import * # noqa
|
Loading…
Reference in New Issue
Block a user