[Zope-CVS] CVS: Packages/zpkgtools/zpkgtools - include.py:1.11
Fred L. Drake, Jr.
fred at zope.com
Tue Mar 30 22:12:57 EST 2004
Update of /cvs-repository/Packages/zpkgtools/zpkgtools
In directory cvs.zope.org:/tmp/cvs-serv23746
Modified Files:
include.py
Log Message:
add a comment explaining why the specification needs the source
directory
=== Packages/zpkgtools/zpkgtools/include.py 1.10 => 1.11 ===
--- Packages/zpkgtools/zpkgtools/include.py:1.10 Tue Mar 30 22:07:22 2004
+++ Packages/zpkgtools/zpkgtools/include.py Tue Mar 30 22:12:55 2004
@@ -67,6 +67,8 @@
"""
def __init__(self, source):
+ # The source directory is needed since globbing is performed
+ # to locate files if the spec includes wildcards.
self.excludes = {}
self.includes = {}
self.source = source
More information about the Zope-CVS
mailing list