[Checkins] SVN: five.hashedresource/trunk/src/five/hashedresource/url.py reverted accidental change that broke not only the tests

Thomas Lotze tl at gocept.com
Thu Jul 16 04:27:55 EDT 2009


Log message for revision 101944:
  reverted accidental change that broke not only the tests

Changed:
  U   five.hashedresource/trunk/src/five/hashedresource/url.py

-=-
Modified: five.hashedresource/trunk/src/five/hashedresource/url.py
===================================================================
--- five.hashedresource/trunk/src/five/hashedresource/url.py	2009-07-15 22:44:03 UTC (rev 101943)
+++ five.hashedresource/trunk/src/five/hashedresource/url.py	2009-07-16 08:27:55 UTC (rev 101944)
@@ -33,7 +33,7 @@
         self.context = context
         self.request = request
 
-        self.name = self.context.__parent__.__name__
+        self.name = self.context.__name__
         if self.name.startswith('++resource++'):
             self.name = self.name[12:]
 



More information about the Checkins mailing list