[Zope3-checkins] CVS: Zope3/utilities - runurl.py:1.5.24.1
Jim Fulton
jim at zope.com
Thu Oct 16 17:42:40 EDT 2003
Update of /cvs-repository/Zope3/utilities
In directory cvs.zope.org:/tmp/cvs-serv26682/utilities
Modified Files:
Tag: adaptergeddon-branch
runurl.py
Log Message:
Updated the global adapter service to use the new adapter machinery.
=== Zope3/utilities/runurl.py 1.5 => 1.5.24.1 ===
--- Zope3/utilities/runurl.py:1.5 Mon Jun 23 13:17:07 2003
+++ Zope3/utilities/runurl.py Thu Oct 16 17:42:39 2003
@@ -124,6 +124,8 @@
print usage
raise ValueError(name)
+ src = os.path.abspath(src)
+
path = '/'
env = {}
if args:
More information about the Zope3-Checkins
mailing list