[Zope-CVS] SVN: zpkgtools/trunk/zpkgtools/locationmap.py add
comment indicating that I do not remember why a particular behavior
Fred L. Drake, Jr.
fdrake at gmail.com
Thu Jun 9 11:05:17 EDT 2005
Log message for revision 30710:
add comment indicating that I do not remember why a particular behavior
was chosen; it seems insane
Changed:
U zpkgtools/trunk/zpkgtools/locationmap.py
-=-
Modified: zpkgtools/trunk/zpkgtools/locationmap.py
===================================================================
--- zpkgtools/trunk/zpkgtools/locationmap.py 2005-06-09 14:54:31 UTC (rev 30709)
+++ zpkgtools/trunk/zpkgtools/locationmap.py 2005-06-09 15:05:17 UTC (rev 30710)
@@ -242,6 +242,7 @@
"""
if os.path.isfile(path):
# prefer a revision-control URL over a local path if possible:
+ # XXX why???? this doesn't make much sense
rcurl = loader.fromPath(path)
if rcurl is None:
base = urlutils.file_url(path)
More information about the Zope-CVS
mailing list