filr_rest/django4: replaced ugettext calls with gettext* calls (#73664)

This commit is contained in:
Thomas NOËL 2023-01-20 17:27:56 +01:00 committed by Thomas NOEL
parent 746a2ed7cd
commit 99bf0d0a51
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ import urllib
import requests
from django.db import models
from django.utils.translation import ugettext_lazy as _
from django.utils.translation import gettext_lazy as _
from passerelle.base.models import BaseResource, HTTPResource
from passerelle.utils.api import endpoint