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

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


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

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


=== Zope/lib/python/OFS/ObjectManager.py 1.137.4.8 => 1.137.4.9 ===
                     
             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