TransUtils.py should not be among them.

svn: r13634
This commit is contained in:
Peter Landgren 2009-11-19 17:34:11 +00:00
parent 0b711b211c
commit f234756b21

View File

@ -54,14 +54,6 @@ else:
LOCALEDOMAIN = 'gramps'
import gtk
try:
if gtk.ver <= (2, 20, 0):
import gtk.glade
gtk.glade.bindtextdomain(LOCALEDOMAIN, LOCALEDIR)
except:
pass
#-------------------------------------------------------------------------
#
# Public Functions