[Checkins] SVN: z3c.recipe.compattest/trunk/src/z3c/recipe/compattest/testing.py fix the setuptools-normalizer (whitespace seems to be normalized *after* the checkers)

Wolfgang Schnerring wosc at wosc.de
Tue Dec 15 09:30:19 EST 2009


Log message for revision 106525:
  fix the setuptools-normalizer (whitespace seems to be normalized *after* the checkers)
  

Changed:
  U   z3c.recipe.compattest/trunk/src/z3c/recipe/compattest/testing.py

-=-
Modified: z3c.recipe.compattest/trunk/src/z3c/recipe/compattest/testing.py
===================================================================
--- z3c.recipe.compattest/trunk/src/z3c/recipe/compattest/testing.py	2009-12-15 08:46:01 UTC (rev 106524)
+++ z3c.recipe.compattest/trunk/src/z3c/recipe/compattest/testing.py	2009-12-15 14:30:16 UTC (rev 106525)
@@ -11,7 +11,7 @@
 # Distribute does not result in a setuptools compattest binary, so filter that
 # out.
 normalize_setuptools = (
-    re.compile('- compattest-setuptools'),
+    re.compile('-  compattest-setuptools'),
     '')
 
 



More information about the checkins mailing list