[Zope-Coders] If 'import Zope' is bad then...

Chris Withers chrisw@nipltd.com
Wed, 23 Jan 2002 15:16:03 +0000


Shane Hathaway wrote:
> 
> Well, it's becoming apparent that unit tests for a lot of Zope products
> really need to use "import Zope".  The CMF tests need to be cleaned up,
> but you may find that not all dependencies on the Zope package and
> products can be removed without major surgery. :-(

Reading between the lines, does that mean that if I need to do:

from Products.x.x import y

...then I need to do:

import Zope

...beforehand?

cheers,

Chris