[Checkins] SVN: z3c.recipe.compattest/trunk/src/z3c/recipe/compattest/testing.py removed \n from compattest-setuptools normalizer

Reinout van Rees reinout at vanrees.org
Tue Dec 15 03:46:01 EST 2009


Log message for revision 106524:
  removed \n from compattest-setuptools normalizer
  

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:42:21 UTC (rev 106523)
+++ z3c.recipe.compattest/trunk/src/z3c/recipe/compattest/testing.py	2009-12-15 08:46:01 UTC (rev 106524)
@@ -11,7 +11,7 @@
 # Distribute does not result in a setuptools compattest binary, so filter that
 # out.
 normalize_setuptools = (
-    re.compile('- compattest-setuptools\n'),
+    re.compile('- compattest-setuptools'),
     '')
 
 



More information about the checkins mailing list