[Zope-CVS] CVS: Packages/zpkgtools/zpkgtools - locationmap.py:1.3

Fred L. Drake, Jr. fred at zope.com
Wed Mar 10 02:38:09 EST 2004


Update of /cvs-repository/Packages/zpkgtools/zpkgtools
In directory cvs.zope.org:/tmp/cvs-serv3554

Modified Files:
	locationmap.py 
Log Message:
fromPathOrUrl(): add XXX comment noting that we need to support
reading from cvs: URLs directly


=== Packages/zpkgtools/zpkgtools/locationmap.py 1.2 => 1.3 ===
--- Packages/zpkgtools/zpkgtools/locationmap.py:1.2	Tue Mar  9 13:53:33 2004
+++ Packages/zpkgtools/zpkgtools/locationmap.py	Wed Mar 10 02:38:07 2004
@@ -107,6 +107,7 @@
 
 
 def fromPathOrUrl(path, mapping=None):
+    # XXX need to deal with cvs: URLs directly!
     if os.path.isfile(path):
         # prefer a cvs: URL over a local path if possible:
         try:




More information about the Zope-CVS mailing list