Projet

Général

Profil

0001-python3-use-six.moves-builtins-31153.patch

Paul Marillonnet, 06 mars 2019 18:46

Télécharger (702 octets)

Voir les différences:

Subject: [PATCH] python3: use six.moves builtins (#31153)

 tests/test_import_export_site_cmd.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
tests/test_import_export_site_cmd.py
1
import __builtin__
2 1
import random
3 2
import json
4 3

  
4
from six.moves import builtins as __builtin__
5 5
from django.core import management
6 6
import pytest
7 7

  
8
-