mirror of
https://github.com/AdaCore/git-hooks.git
synced 2026-02-12 12:43:11 -08:00
This is another preparation patch for the transition to Python 3.x. With Python 3.x, we need to make sure that the input used when calling sendmail is converted to a byte string. We also then need to make sure that the script's output is decoded into a string when printing it. Change-Id: I1b792638fb77c8d1b4ee2197b29b63922e0fe211 TN: U530-006