[Zope-CVS] SVN: zpkgtools/trunk/zpkgtools/app.py remove argument to zkgtools.include.load() that is not longer needed

Fred L. Drake, Jr. fdrake at gmail.com
Wed Aug 31 11:31:19 EDT 2005


Log message for revision 38192:
  remove argument to zkgtools.include.load() that is not longer needed

Changed:
  U   zpkgtools/trunk/zpkgtools/app.py

-=-
Modified: zpkgtools/trunk/zpkgtools/app.py
===================================================================
--- zpkgtools/trunk/zpkgtools/app.py	2005-08-31 14:33:52 UTC (rev 38191)
+++ zpkgtools/trunk/zpkgtools/app.py	2005-08-31 15:31:19 UTC (rev 38192)
@@ -382,7 +382,7 @@
                 # we need to re-load the specs to get the .source
                 # attribute of the specification objects correct
                 # XXX need test!
-                specs = include.load(source, url=self.url)
+                specs = include.load(source)
             self.ip.addIncludes(self.source, specs.loads)
         specs.collection.cook()
         specs.distribution.cook()



More information about the Zope-CVS mailing list