Comment 1 for bug 677751

Revision history for this message
Danny Navarro (jdnavarro) wrote :

I'm trying to remove all unused imports but I'm still getting some errors and failures in the tests.

I've seen sometimes:

import ZODB
import ZODB.tests
import ZODB.interfaces
...

The easiest would be leave just ZODB import and delete the rest, but I'm pretty sure there must be a reason to make imports more explicit.