[Zope-Checkins]
SVN: Zope/trunk/lib/python/Products/PageTemplates/Expressions.py
Oups.
Lennart Regebro
regebro at gmail.com
Fri Apr 28 14:26:10 EDT 2006
Log message for revision 67731:
Oups.
Changed:
U Zope/trunk/lib/python/Products/PageTemplates/Expressions.py
-=-
Modified: Zope/trunk/lib/python/Products/PageTemplates/Expressions.py
===================================================================
--- Zope/trunk/lib/python/Products/PageTemplates/Expressions.py 2006-04-28 18:07:58 UTC (rev 67730)
+++ Zope/trunk/lib/python/Products/PageTemplates/Expressions.py 2006-04-28 18:26:10 UTC (rev 67731)
@@ -299,8 +299,6 @@
t=get(object, '__bobo_traverse__', N)
if name and name[:1] in '@+':
- import pdb
- pdb.set_trace()
# Process URI segment parameters.
ns, nm = nsParse(name)
if ns:
More information about the Zope-Checkins
mailing list