On Mon, June 28, 2010 14:48, Neil Schemenauer wrote: > Ah, implicit relative import bites us. I wonder if it would be time > to switch to using absolute imports. i.e, add > > from __future__ import absolute_import > > to the Durus modules. That would make Durus depend on Python 2.5. Never having once used relative imports in all these years, +1 from me. Running 2.6.x and 3.1.x or higher these days.