@@ -40,7 +40,6 @@ def setUpZope(self, app, configurationContext):
4040 # layer.
4141
4242 super ().setUpZope (app , configurationContext )
43- self .loadZCML (package = design .plone .policy )
4443 self .loadZCML (package = collective .feedback )
4544 self .loadZCML (package = collective .volto .formsupport )
4645 self .loadZCML (package = collective .volto .dropdownmenu )
@@ -56,6 +55,7 @@ def setUpZope(self, app, configurationContext):
5655 self .loadZCML (package = souper .plone )
5756 self .loadZCML (package = redturtle .faq )
5857 self .loadZCML (package = collective .volto .contactsblock )
58+ self .loadZCML (package = design .plone .policy )
5959
6060 def setUpPloneSite (self , portal ):
6161 super ().setUpPloneSite (portal )
@@ -102,9 +102,6 @@ def setUpPloneSite(self, portal):
102102 super ().setUpPloneSite (portal )
103103 request = portal .REQUEST
104104 setRequest (request )
105- import pdb
106-
107- pdb .set_trace ()
108105 applyProfile (portal , "design.plone.policy.limit_root_addables:default" )
109106
110107
@@ -140,6 +137,7 @@ def setUpZope(self, app, configurationContext):
140137 self .loadZCML (package = souper .plone )
141138 self .loadZCML (package = redturtle .faq )
142139 self .loadZCML (package = collective .volto .contactsblock )
140+ self .loadZCML (package = design .plone .policy )
143141
144142 def setUpPloneSite (self , portal ):
145143 super ().setUpPloneSite (portal )
0 commit comments