#3900 Don't use unicode literals for git_multimail
Merged 5 years ago by pingou. Opened 5 years ago by puiterwijk.
puiterwijk/pagure fix-multimail  into  master

@@ -47,7 +47,7 @@ 

  

  """

  

- from __future__ import print_function, unicode_literals

+ from __future__ import print_function

  

  import sys

  import os

It uses a literal as a type() argument, which doesn't work with unicode.
This is also a file we forked from upstream, so we shouldn't be changing
it up.
This could perhaps break python3 compatibility, but we should just either
work with upstream to fix that, or rebase on the latest upstream if they
already have.

Fixes: #3884
Signed-off-by: Patrick Uiterwijk patrick@puiterwijk.org

rebased onto b6d8b17f73878a57767430633441ad0a727ad4b9

5 years ago

rebased onto 6c6bdf6c47c97eaf5e95d759d72a1f76ed75c2bb

5 years ago

rebased onto aebcbb2

5 years ago

Pull-Request has been merged by pingou

5 years ago