[Rigo] override the default gettext domain, set it to "rigo"

This commit is contained in:
Fabio Erculiani
2012-03-31 20:02:50 +02:00
parent 1ca52341c1
commit c8fcefcbc3

View File

@@ -20,6 +20,10 @@ this program; if not, write to the Free Software Foundation, Inc.,
"""
import os
# entropy.i18n will pick this up
os.environ['ETP_GETTEXT_DOMAIN'] = "rigo"
import sys
from threading import Lock, Timer