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

_______________________________________________
CMF-checkins mailing list
[email protected]
http://mail.zope.org/mailman/listinfo/cmf-checkins

Reply via email to