mirror of
https://github.com/retspen/webvirtcloud.git
synced 2026-05-26 15:13:33 +00:00
replaced ugettext_lazy with gettext_lazy
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import re
|
||||
from django import forms
|
||||
from django.utils.translation import ugettext_lazy as _
|
||||
from django.utils.translation import gettext_lazy as _
|
||||
from computes.models import Compute
|
||||
from vrtManager.connection import CONN_TCP, CONN_SSH, CONN_TLS, CONN_SOCKET
|
||||
from .validators import validate_hostname
|
||||
|
||||
Reference in New Issue
Block a user