Added definition for "_", and imported intl for internationalization

svn: r12
This commit is contained in:
Don Allingham 2001-05-15 12:40:48 +00:00
parent 592555d88c
commit 80a624aa88

View File

@ -43,13 +43,15 @@ import libglade
# gramps modules # gramps modules
# #
#------------------------------------------------------------------------- #-------------------------------------------------------------------------
import intl
import const import const
import utils import utils
import Config import Config
from RelLib import * from RelLib import *
import RelImage import RelImage
_ = intl.gettext
#------------------------------------------------------------------------- #-------------------------------------------------------------------------
# #
# Constants # Constants