Removed Sorter.py

svn: r1162
This commit is contained in:
Don Allingham
2002-11-04 04:05:47 +00:00
parent a274422171
commit aa4b5ecbda
10 changed files with 38 additions and 559 deletions

View File

@@ -23,9 +23,8 @@
import RelLib
import Utils
import soundex
import intl
import GrampsCfg
_ = intl.gettext
from intl import gettext as _
import string
import os
@@ -35,7 +34,6 @@ from gnome.ui import *
import gtk
import gtk.glade
#-------------------------------------------------------------------------
#
#
@@ -116,8 +114,8 @@ class Merge:
def progress_update(self,val):
self.progress.set_value(val)
while events_pending():
mainiteration()
while gtk.events_pending():
gtk.mainiteration()
def find_potentials(self,thresh):
top = gtk.glade.XML(self.glade_file,"message")