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 _______________________________________________ Quixote-users mailing list [email protected] http://mail.mems-exchange.org/mailman/listinfo/quixote-users
