58
58
# When in testing mode, prevent some cases of erroneous layer usage.
59
59
# But we don't want to import that module in production usage, thus
63
63
FunctionalLayer, BaseLayer, ZopelessLayer)
64
64
assert not FunctionalLayer.isSetUp, \
65
65
'Setting up Zopeless CA when Zopefull CA is already running'