Skip to content

Commit

Permalink
Add some more dummy modules
Browse files Browse the repository at this point in the history
  • Loading branch information
kaedroho authored and gasman committed Mar 21, 2022
1 parent 2c854cc commit 5a4d929
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions wagtail/core/log_actions.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
from wagtail.log_actions import * # noqa
1 change: 1 addition & 0 deletions wagtail/core/permissions.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
from wagtail.permissions import * # noqa
1 change: 1 addition & 0 deletions wagtail/core/telepath.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
from wagtail.telepath import * # noqa
1 change: 1 addition & 0 deletions wagtail/core/widget_adapters.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
from wagtail.widget_adapters import * # noqa
1 change: 1 addition & 0 deletions wagtail/tests/dummy_external_storage.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
from wagtail.test.dummy_external_storage import * # noqa

0 comments on commit 5a4d929

Please sign in to comment.