Show
Ignore:
Timestamp:
06/20/10 23:12:51 (2 years ago)
Author:
mauro
Message:

plone 4.x

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • plone4biotheme.base/trunk/plone4biotheme/base/tests.py

    r65 r148  
    11import unittest 
    22 
    3 from zope.testing import doctestunit 
    4 from zope.component import testing 
     3# from zope.testing import doctestunit 
     4# from zope.component import testing 
    55from Testing import ZopeTestCase as ztc 
    66 
    7 from Products.Five import zcml 
     7# from Products.Five import zcml 
    88from Products.Five import fiveconfigure 
    99from Products.PloneTestCase import PloneTestCase as ptc 
     
    2424        def tearDown(cls): 
    2525            pass 
    26  
    2726 
    2827def test_suite():