[Zope-CVS] CVS: Packages/zpkgtools/zpkgtools - app.py:1.10

Fred L. Drake, Jr. fred at zope.com
Thu Apr 1 15:59:11 EST 2004


Update of /cvs-repository/Packages/zpkgtools/zpkgtools
In directory cvs.zope.org:/tmp/cvs-serv19056

Modified Files:
	app.py 
Log Message:
pass the CVS loader to the include processor so the preferred revision
tag is honored


=== Packages/zpkgtools/zpkgtools/app.py 1.9 => 1.10 ===
--- Packages/zpkgtools/zpkgtools/app.py:1.9	Thu Apr  1 15:21:01 2004
+++ Packages/zpkgtools/zpkgtools/app.py	Thu Apr  1 15:59:11 2004
@@ -71,7 +71,7 @@
         # distribution; it's the former if there's an __init__.py in
         # the source directory.
         os.mkdir(self.destination)
-        self.ip = include.InclusionProcessor(self.source)
+        self.ip = include.InclusionProcessor(self.source, loader=self.loader)
         name = "build_%s_distribution" % self.resource_type
         method = getattr(self, name)
         method()




More information about the Zope-CVS mailing list