[Checkins] SVN: zope.i18nmessageid/trunk/setup.py Fixed inconsistent indentation.

Lennart Regebro regebro at gmail.com
Fri Nov 19 05:19:05 EST 2010


Log message for revision 118478:
  Fixed inconsistent indentation.
  

Changed:
  U   zope.i18nmessageid/trunk/setup.py

-=-
Modified: zope.i18nmessageid/trunk/setup.py
===================================================================
--- zope.i18nmessageid/trunk/setup.py	2010-11-19 10:18:30 UTC (rev 118477)
+++ zope.i18nmessageid/trunk/setup.py	2010-11-19 10:19:04 UTC (rev 118478)
@@ -43,11 +43,11 @@
             self._unavailable(e)
 
     def build_extension(self, ext):
-       try:
-           build_ext.build_extension(self, ext)
+        try:
+            build_ext.build_extension(self, ext)
         
-       except (CCompilerError, DistutilsExecError), e:
-           self._unavailable(e)
+        except (CCompilerError, DistutilsExecError), e:
+            self._unavailable(e)
 
     def _unavailable(self, e):
         print >> sys.stderr, '*' * 80



More information about the checkins mailing list