Re: RELEASED: Quixote 2.7b1

Neil Schemenauer <[email protected]> Fri, 22 Jan 2010 15:58:54 -0600
Newsgroups gmane.comp.web.quixote.user
Message-ID <[email protected]>
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