Projet

Général

Profil

0001-data_transfer-use-unicode_literals-pragma-42584.patch

Benjamin Dauvergne, 07 mai 2020 16:41

Télécharger (813 octets)

Voir les différences:

Subject: [PATCH] data_transfer: use unicode_literals pragma (#42584)

 src/authentic2/data_transfer.py | 2 ++
 1 file changed, 2 insertions(+)
src/authentic2/data_transfer.py
14 14
# You should have received a copy of the GNU Affero General Public License
15 15
# along with this program.  If not, see <http://www.gnu.org/licenses/>.
16 16

  
17
from __future__ import unicode_literals
18

  
17 19
from functools import wraps
18 20

  
19 21
from django.core.exceptions import ValidationError, NON_FIELD_ERRORS
20
-