[Zope3-checkins]
SVN: Zope3/trunk/src/zope/app/server/mkzopeinstance.py
revise XXX comment that shouldn't be
Fred L. Drake, Jr.
fdrake at gmail.com
Mon Aug 9 13:51:13 EDT 2004
Log message for revision 26965:
revise XXX comment that shouldn't be
(merged from ZopeX3-3.0 branch revision 26964)
Changed:
U Zope3/trunk/src/zope/app/server/mkzopeinstance.py
-=-
Modified: Zope3/trunk/src/zope/app/server/mkzopeinstance.py
===================================================================
--- Zope3/trunk/src/zope/app/server/mkzopeinstance.py 2004-08-09 17:28:38 UTC (rev 26964)
+++ Zope3/trunk/src/zope/app/server/mkzopeinstance.py 2004-08-09 17:51:13 UTC (rev 26965)
@@ -183,7 +183,7 @@
self.copytree(srcname, dstname)
else:
self.copyfile(srcname, dstname)
- # XXX What about devices, sockets etc.?
+ # There shouldn't be any need to deal with devices, sockets etc.
def copyfile(self, src, dst):
if dst.endswith(".in"):
More information about the Zope3-Checkins
mailing list