RELEASED: Quixote 2.7b1
2009-09-07
Neil Schemenauer2009-10-21
Robert Ladyman2009-10-21
Robert Ladyman2009-12-09
Daniel Dunbar2009-12-10
Robert Ladyman2010-01-21
Benjamin Dauvergne2010-01-22
Neil Schemenauer2010-01-22
Neil SchemenauerRELEASED: Quixote 2.7b1
Neil Schemenauer
On Fri, Jan 22, 2010 at 10:52:52PM +0100, Benjamin Dauvergne wrote: > But ihooks does not support relatives import (it lacks the level > argument) either, so what is the benefit compared to cimport ? I fixed the ihooks modules in Python 2.7 so that it supports relative imports. It really should have been fixed for Python 2.6 but nobody noticed. I included a copy in Quixote as ihooks_local.py and it gets used if the Python ihooks module is detected to be broken. Neil