gzz-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gzz] Patch for yaml/ypath.py?


From: Vesa Kaihlavirta
Subject: [Gzz] Patch for yaml/ypath.py?
Date: Thu, 22 Aug 2002 07:47:52 +0300
User-agent: Mutt/1.2.5i

Here's a simple patch for our depends' yaml.jar/ypath.py -- removes
the bogus exception. Benja: is this enough?


--- yaml/ypath.py       Tue Jul 30 08:24:33 2002
+++ yaml.new/ypath.py   Thu Aug 22 07:40:03 2002
@@ -3,7 +3,8 @@
 from urllib import quote
 from timestamp import unquote
 
-noTarget = object()
+class NoTarget: pass
+noTarget = NoTarget()
 
 def escape(node):
     """


--
V.K.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]