Commit 72bd55ed authored by Aurel's avatar Aurel Committed by Aurel

make sure that import fail on zope2

parent 5ac8872d
......@@ -6,6 +6,7 @@ import Lifetime
import transaction
from Testing import ZopeTestCase
try:
from Testing.makerequest import _Z2HOST # XXX only on Zope4
from Testing import makerequest as utils
except: # BBB Zope 2.12
from Testing.ZopeTestCase import utils
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment