[Zope-Checkins] CVS: Zope/lib/python/OFS - ObjectManager.py:1.145.16.3

Matthew T. Kromer matt@zope.com
Mon, 15 Apr 2002 18:37:49 -0400


Update of /cvs-repository/Zope/lib/python/OFS
In directory cvs.zope.org:/tmp/cvs-serv32715

Modified Files:
      Tag: Zope-2_5-branch
	ObjectManager.py 
Log Message:
Remove tabs!


=== Zope/lib/python/OFS/ObjectManager.py 1.145.16.2 => 1.145.16.3 ===
                     
             if hasattr(obj,'aq_parent'):
-	        obj=obj.aq_parent
-		relativePhysicalPath = ('..',) + relativePhysicalPath
+                obj=obj.aq_parent
+                relativePhysicalPath = ('..',) + relativePhysicalPath
             else:
-	        return vals
+                return vals
             x=x+1
         return vals