Commit fbd4e9b0 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

fixup! test: support Zope2.

parent 2eebf759
...@@ -3347,7 +3347,7 @@ def test_suite(): ...@@ -3347,7 +3347,7 @@ def test_suite():
import ZPublisher.tests.test_pubevents import ZPublisher.tests.test_pubevents
add_tests(suite, ZPublisher.tests.test_pubevents) add_tests(suite, ZPublisher.tests.test_pubevents)
if not IS_ZOPE2: # BBB Zope2 if IS_ZOPE2: # BBB Zope2
pass pass
else: else:
import ZPublisher.tests.test_utils import ZPublisher.tests.test_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