[Zope-Checkins] CVS: Zope3/lib/python/Zope/App/ZMI - metaConfigure.py:1.1.2.14

Steve Alexander steve@cat-box.net
Wed, 8 May 2002 16:13:16 -0400


Update of /cvs-repository/Zope3/lib/python/Zope/App/ZMI
In directory cvs.zope.org:/tmp/cvs-serv31484/lib/python/Zope/App/ZMI

Modified Files:
      Tag: Zope-3x-branch
	metaConfigure.py 
Log Message:
changed mixed space/tab indentation to spaces only.



=== Zope3/lib/python/Zope/App/ZMI/metaConfigure.py 1.1.2.13 => 1.1.2.14 ===
                     description='',
                     for_container=None,
-		    creation_markers=IGenericCreatorMarker):
+                    creation_markers=IGenericCreatorMarker):
     if type(for_container) in StringTypes:
         for_container=tuple([_context.resolve(inter_name.strip()) for
                        inter_name in for_container.split(",")])
@@ -61,8 +61,8 @@
     return [
         Action(
         # note factories are all in one pile, services and content,
-	# so addable names must also act as if they were all in the
-	# same namespace, despite the service/content division
+        # so addable names must also act as if they were all in the
+        # same namespace, despite the service/content division
             discriminator = ('AddableFactory', name),
             callable = provideClass,
             args = ('AddableServices', name, _context.resolve(class_),
@@ -74,7 +74,7 @@
 def ContentClassDir(_context, name, class_, permission_id, title,
                     description='',
                     for_container=None,
-		    creation_markers=IGenericCreatorMarker):
+                    creation_markers=IGenericCreatorMarker):
     if type(for_container) in StringTypes:
         for_container=tuple([_context.resolve(inter_name.strip()) for
                        inter_name in for_container.split(",")])
@@ -84,8 +84,8 @@
     return [
         Action(
         # note factories are all in one pile, services and content,
-	# so addable names must also act as if they were all in the
-	# same namespace, despite the service/content division
+        # so addable names must also act as if they were all in the
+        # same namespace, despite the service/content division
             discriminator = ('AddableFactory', name),
             callable = provideClass,
             args = ('AddableContent', name, _context.resolve(class_),