SVN: zpkgtools/trunk/zpkgtools/app.py remove argument to zkgtools.include.load() that is not longer needed
"Fred L. Drake, Jr." <[email protected]>
| Newsgroups | gmane.comp.web.zope.public-cvs |
|---|---|
| Message-ID | <[email protected]> |
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()
_______________________________________________
Zope-CVS maillist - [email protected]
http://mail.zope.org/mailman/listinfo/zope-cvs
Zope CVS instructions: http://dev.zope.org/CVS