On 16 October 2001, Ray Drew said:
> Should this be:
>
> from quixote import ptl_import
> ptl_import.install()
That'll work, but the standard way is now
from quixote import enable_ptl
enable_ptl()
> Also, quixote.__install__.__all__ includes 'imphooks' and
> 'compile_template', should that be 'ptl_import' and 'ptl_compile'?
Indeed it should.
Both fixed in CVS -- thanks!
Greg
--
Greg Ward - software developer gward@mems-exchange.org
MEMS Exchange http://www.mems-exchange.org