From f234756b214c5cc620a502d880fe14e75d7bdd00 Mon Sep 17 00:00:00 2001 From: Peter Landgren Date: Thu, 19 Nov 2009 17:34:11 +0000 Subject: [PATCH] TransUtils.py should not be among them. svn: r13634 --- src/TransUtils.py | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/TransUtils.py b/src/TransUtils.py index eaea0fa0d..ba6c7788d 100644 --- a/src/TransUtils.py +++ b/src/TransUtils.py @@ -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