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

Martijn Pieters mj@zope.com
Wed, 14 Aug 2002 15:59:19 -0400


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

Modified Files:
	ObjectManager.py 
Log Message:
Remove more tabs (python -tt is your friend).


=== Zope/lib/python/OFS/ObjectManager.py 1.156 => 1.157 ===
--- Zope/lib/python/OFS/ObjectManager.py:1.156	Thu Aug  1 12:00:39 2002
+++ Zope/lib/python/OFS/ObjectManager.py	Wed Aug 14 15:59:18 2002
@@ -412,10 +412,10 @@
                     except: pass
                     
             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