[Zope-dev] first zope-2.3.0a2 bug :-)

Martijn Pieters mj@digicool.com
Thu, 11 Jan 2001 11:39:11 +0100


On Thu, Jan 11, 2001 at 11:54:04AM +0400, Jephte CLAIN wrote:
> well, this one is easy.
> 
> ----------------------------8<------------------------------------------
> --- lib/python/Shared/DC/ZRDB/Aqueduct.py.orig    Thu Jan 11 10:59:42
> 2001
> +++ lib/python/Shared/DC/ZRDB/Aqueduct.py Thu Jan 11 10:58:01 2001
> @@ -272,7 +272,7 @@
>  
>  
>  custom_default_report_src=DocumentTemplate.File(
> -    os.path.join(dtml_dir,'customDefaultReport.dtml'))
> +    os.path.join(dtml_dir,'dtml/customDefaultReport.dtml'))
>  
>  def custom_default_report(id, result, action='', no_table=0,
>                            goofy=regex.compile('[^a-zA-Z0-9_]').search
> ----------------------------8<------------------------------------------

Bingo. I checked this one in, and another for the new CatalogPathAwareness
mixin.

-- 
Martijn Pieters
| Software Engineer  mailto:mj@digicool.com
| Digital Creations  http://www.digicool.com/
| Creators of Zope   http://www.zope.org/
---------------------------------------------