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

@ -22,14 +22,14 @@
import RelLib
import Utils
import intl
_ = intl.gettext
from intl import gettext as _
import os
import gnome.ui
import gtk
import gtk.glade
from QuestionDialog import OkDialog
#-------------------------------------------------------------------------
#
@ -145,7 +145,7 @@ class CheckIntegrity:
errors = blink + efam + photos + rel
if errors == 0:
gnome.ui.GnomeOkDialog(_("No errors were found"))
OkDialog(_("No errors were found"))
return
text = ""