durusmail: quixote-users: Quixote-0.41\doc\PTL.txt
Quixote-0.41\doc\PTL.txt
2001-10-16
2001-10-16
Quixote-0.41\doc\PTL.txt
Greg Ward
2001-10-16
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


reply