Skip to content

Commit f76f11c

Browse files
committed
more fixes for v3 tests
1 parent 35a7491 commit f76f11c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/utilities/test_plugins.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
from cms.admin.placeholderadmin import PlaceholderAdmin
21
from cms.api import add_plugin
32
from cms.test_utils.testcases import CMSTestCase
43
from cms.utils.urlutils import admin_reverse
@@ -9,6 +8,7 @@
98
TOCPlugin,
109
)
1110
from djangocms_frontend.contrib.utilities.forms import TableOfContentsForm
11+
from djangocms_frontend.ui_plugin_base import PlaceholderAdmin
1212

1313
from ..fixtures import TestFixture
1414

0 commit comments

Comments
 (0)