Commit 13c3e06e by sminozhenko

Remove unnecessary lamba function

parent 164b4162
from django.conf import settings as django_settings
from django import VERSION as DJANGO_VERSION
from django.utils.translation import ugettext_lazy
from django.utils.translation import ugettext_lazy as _
_ = lambda x: ugettext_lazy(x)
DB_TABLE_PREFIX = 'notify'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment