SVN: zpkgtools/trunk/zpkgtools/app.py no need to comment out when deleting is even better...
"Fred L. Drake, Jr." <[email protected]>
| Newsgroups | gmane.comp.web.zope.public-cvs |
|---|---|
| Message-ID | <[email protected]> |
Log message for revision 38205:
no need to comment out when deleting is even better...
Changed:
U zpkgtools/trunk/zpkgtools/app.py
-=-
Modified: zpkgtools/trunk/zpkgtools/app.py
===================================================================
--- zpkgtools/trunk/zpkgtools/app.py 2005-08-31 18:11:43 UTC (rev 38204)
+++ zpkgtools/trunk/zpkgtools/app.py 2005-08-31 18:18:11 UTC (rev 38205)
@@ -302,9 +302,6 @@
self.logger.debug("loading resource '%s' from %s",
name, url)
source = self.loader.load_mutable_copy(url)
-## tests_dir = os.path.join(source, "tests")
-## if os.path.exists(tests_dir):
-## rmtree_force(tests_dir)
self.ip.copyTree(source, destination)
_______________________________________________
Zope-CVS maillist - [email protected]
http://mail.zope.org/mailman/listinfo/zope-cvs
Zope CVS instructions: http://dev.zope.org/CVS