Skip to content

Commit

Permalink
removed \n from compattest-setuptools normalizer
Browse files Browse the repository at this point in the history
  • Loading branch information
reinout committed Dec 15, 2009
1 parent e70183f commit c46e188
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/z3c/recipe/compattest/testing.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'),
'')


Expand Down

0 comments on commit c46e188

Please sign in to comment.