Skip to content

Commit 1aecb02

Browse files
authored
Merge pull request #19 from HenryMehta/master
ugettext_lazy to gettext_lazy
2 parents bd55435 + 2b8cdb8 commit 1aecb02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pinax/templates/apps.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
from django.apps import AppConfig as BaseAppConfig
2-
from django.utils.translation import ugettext_lazy as _
2+
from django.utils.translation import gettext_lazy as _
33

44

55
class AppConfig(BaseAppConfig):

0 commit comments

Comments
 (0)