SVN: zpkgtools/trunk/zpkgtools/locationmap.py add comment indicating that I do not remember why a particular behavior
"Fred L. Drake, Jr." <[email protected]>
| Newsgroups | gmane.comp.web.zope.public-cvs |
|---|---|
| Message-ID | <[email protected]> |
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)
_______________________________________________
Zope-CVS maillist - [email protected]
http://mail.zope.org/mailman/listinfo/zope-cvs
Zope CVS instructions: http://dev.zope.org/CVS