[Zope-CVS] CVS: Packages/zpkgtools/zpkgtools - package.py:1.13
Fred L. Drake, Jr.
fred at zope.com
Tue May 4 18:04:32 EDT 2004
Update of /cvs-repository/Packages/zpkgtools/zpkgtools
In directory cvs.zope.org:/tmp/cvs-serv27235
Modified Files:
package.py
Log Message:
read_package_info() docstring:
- note that None may be passed for reldir
- fix typo
=== Packages/zpkgtools/zpkgtools/package.py 1.12 => 1.13 ===
--- Packages/zpkgtools/zpkgtools/package.py:1.12 Tue May 4 18:02:39 2004
+++ Packages/zpkgtools/zpkgtools/package.py Tue May 4 18:04:32 2004
@@ -128,8 +128,8 @@
- `reldir`: Relative directory path with which file names from
the information file will be joined. This should be in POSIX
notation. It will not be used to locate files. It may be
- omitted; if so, filenames are no 'relocated' relative to where
- they are found.
+ omitted or None; if so, filenames are not 'relocated' relative
+ to where they are found.
"""
path = os.path.join(directory, PACKAGE_CONF)
More information about the Zope-CVS
mailing list