[Zope-CVS] SVN: zpkgtools/trunk/zpkgtools/app.py no need to comment
out when deleting is even better...
Fred L. Drake, Jr.
fdrake at gmail.com
Wed Aug 31 14:18:11 EDT 2005
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)
More information about the Zope-CVS
mailing list