[z3-checkins] r28624 - z3/Sfive/trunk

philikon at codespeak.net philikon at codespeak.net
Sat Jun 10 17:00:43 CEST 2006


Author: philikon
Date: Sat Jun 10 17:00:37 2006
New Revision: 28624

Modified:
   z3/Sfive/trunk/presentation.py
Log:
M-x untabify


Modified: z3/Sfive/trunk/presentation.py
==============================================================================
--- z3/Sfive/trunk/presentation.py	(original)
+++ z3/Sfive/trunk/presentation.py	Sat Jun 10 17:00:37 2006
@@ -43,10 +43,10 @@
     zope.component.adapts(IPresentation)
 
     def __init__(self, context):
-	self.context = context
+        self.context = context
 
     def sizeForSorting(self):
-	return ('byte', len(self.context.text))
+        return ('byte', len(self.context.text))
 
     def sizeForDisplay(self):
         unit, chars = self.sizeForSorting()


More information about the z3-checkins mailing list