| 1.) fixing the bugs in BBBTransaction ;) | | 2.) adding BBBTransaction to CMFCore.tests.base.utils and using this in | tests: | | try: | import transaction | except ImportError: | # BBB: for Zope 2.7 | from Products.CMFCore.tests.base.utils import transaction
Why not just import from CMFCore.test.base.utils straight? -- Sidnei da Silva <[EMAIL PROTECTED]> http://awkly.org - dreamcatching :: making your dreams come true http://www.enfoldsystems.com http://plone.org/about/team#dreamcatcher This login session: $13.99 _______________________________________________ Zope-CMF maillist - [email protected] http://mail.zope.org/mailman/listinfo/zope-cmf See http://collector.zope.org/CMF for bug reports and feature requests
