[Zodb-checkins] CVS: Packages/SFTPGateway/src/ZConfig/doc -
zconfig.tex:1.83
Fred L. Drake, Jr.
fred at zope.com
Fri Jan 2 01:12:49 EST 2004
Update of /cvs-repository/Packages/SFTPGateway/src/ZConfig/doc
In directory cvs.zope.org:/tmp/cvs-serv19627
Modified Files:
zconfig.tex
Log Message:
update and rewrite the description of the "package" attribute for
<import>
=== Packages/SFTPGateway/src/ZConfig/doc/zconfig.tex 1.82 => 1.83 ===
--- Packages/SFTPGateway/src/ZConfig/doc/zconfig.tex:1.82 Fri Jan 2 00:35:04 2004
+++ Packages/SFTPGateway/src/ZConfig/doc/zconfig.tex Fri Jan 2 01:12:48 2004
@@ -491,12 +491,13 @@
configuration file.)
\end{attributedesc}
- \begin{attributedesc}{package}{\datatype{dotted-name}}
- Python-package style name that identifies a directory found on
- \code{sys.path} containing a schema component in a file named
- \file{component.xml} (unless the file name is overridden using
- \attribute{file}). Dots in the value are converted to directory
- separators.
+ \begin{attributedesc}{package}{\datatype{dotted-suffix}}
+ Name of a Python package that contains the schema component being
+ imported. The component will be loaded from the file identified
+ by the \attribute{file} attribute, or \file{component.xml} if
+ \attribute{file} is not specified. If the package name given
+ starts with a dot (\character{.}), the name used will be the
+ current prefix and the value of this attribute concatenated.
\end{attributedesc}
\begin{attributedesc}{src}{\datatype{url-reference}}
More information about the Zodb-checkins
mailing list