Projet

Général

Profil

0001-python3-adapt-to-uuid-module-interface-change-31162.patch

Paul Marillonnet, 06 mars 2019 19:50

Télécharger (671 octets)

Voir les différences:

Subject: [PATCH] python3: adapt to uuid module interface change (#31162)

 src/authentic2/utils.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
src/authentic2/utils.py
563 563

  
564 564

  
565 565
def get_hex_uuid():
566
    return uuid.uuid4().get_hex()
566
    return uuid.uuid4().hex
567 567

  
568 568

  
569 569
def get_fields_and_labels(*args):
570
-