From 28f9618a5d7c9807607ee1d4ab3c1cdd62fdd48f Mon Sep 17 00:00:00 2001 From: Chris McDonough <chrism@plope.com> Date: Tue, 23 Sep 2003 15:27:43 +0000 Subject: [PATCH] Use string instead of existing-directory for path. --- lib/python/Zope/Startup/zopeschema.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/python/Zope/Startup/zopeschema.xml b/lib/python/Zope/Startup/zopeschema.xml index 55ac4a4c0..2b62fe1fe 100644 --- a/lib/python/Zope/Startup/zopeschema.xml +++ b/lib/python/Zope/Startup/zopeschema.xml @@ -239,7 +239,7 @@ <metadefault>$instancehome/Products</metadefault> </multikey> - <multikey name="path" datatype="existing-directory"> + <multikey name="path" datatype="string"> <description> This specifies additional paths directories which are inserted into the beginning of Python's module search path. The set of directories -- 2.30.9