[Zope-dev] Coding style clarifications

Martijn Faassen faassen at startifact.com
Fri Feb 20 10:16:26 EST 2009


Hey,

Joachim König wrote:
> 
>     import zope.interface as interface

Surprisingly enough this actually has a subtly different behavior than:

from zope import interface

the former can create circular import situations where the latter doesn't.

Regards,

Martijn



More information about the Zope-Dev mailing list