[CMF-checkins]
SVN: CMF/branches/tseaver-viewification/CMFDefault/browser/tests/test_linkviews.py
Avoid order-of-import problems.
Tres Seaver
tseaver at palladion.com
Wed Dec 7 10:37:56 EST 2005
Log message for revision 40621:
Avoid order-of-import problems.
Changed:
U CMF/branches/tseaver-viewification/CMFDefault/browser/tests/test_linkviews.py
-=-
Modified: CMF/branches/tseaver-viewification/CMFDefault/browser/tests/test_linkviews.py
===================================================================
--- CMF/branches/tseaver-viewification/CMFDefault/browser/tests/test_linkviews.py 2005-12-07 15:37:27 UTC (rev 40620)
+++ CMF/branches/tseaver-viewification/CMFDefault/browser/tests/test_linkviews.py 2005-12-07 15:37:56 UTC (rev 40621)
@@ -3,6 +3,8 @@
$Id$
"""
import unittest
+import Zope2
+Zope2.startup()
def test_suite():
from Testing.ZopeTestCase import ZopeDocFileSuite
More information about the CMF-checkins
mailing list