[Zope3-checkins] CVS: Zope3/src/zope/app/content - folder.py:1.8
Steve Alexander
steve@cat-box.net
Wed, 19 Feb 2003 07:51:43 -0500
Update of /cvs-repository/Zope3/src/zope/app/content
In directory cvs.zope.org:/tmp/cvs-serv5970/src/zope/app/content
Modified Files:
folder.py
Log Message:
removed extraneous whitespace
=== Zope3/src/zope/app/content/folder.py 1.7 => 1.8 ===
--- Zope3/src/zope/app/content/folder.py:1.7 Tue Feb 4 05:26:35 2003
+++ Zope3/src/zope/app/content/folder.py Wed Feb 19 07:51:40 2003
@@ -120,7 +120,7 @@
def get(self, key, default=None):
if key == '++etc++Services' and self.context.hasServiceManager():
return self.context.getServiceManager()
-
+
return self.context.get(key, default)
def __iter__(self):