mirror of
https://github.com/pulb/mailnag.git
synced 2026-05-07 00:06:09 +02:00
removed PACKAGE_NAME redefinition
This commit is contained in:
@@ -21,10 +21,9 @@
|
||||
# MA 02110-1301, USA.
|
||||
#
|
||||
|
||||
PACKAGE_NAME = "mailnag"
|
||||
|
||||
import locale
|
||||
import gettext
|
||||
from common.utils import PACKAGE_NAME
|
||||
|
||||
locale.bindtextdomain(PACKAGE_NAME, './locale')
|
||||
gettext.bindtextdomain(PACKAGE_NAME, './locale')
|
||||
|
||||
Reference in New Issue
Block a user