Modified:
/lib/pychess/Utils/lutils/strateval.py
/lib/pychess/widgets/ionest.py
=======================================
--- /lib/pychess/Utils/lutils/strateval.py Wed Jun 29 02:05:05 2011
+++ /lib/pychess/Utils/lutils/strateval.py Tue Jan 24 11:41:49 2012
@@ -5,7 +5,6 @@
Can be used for commenting on board changes.
"""
-from gettext import ngettext
from ldata import *
from pychess.Utils.const import *
from pychess.Utils.lutils.attack import staticExchangeEvaluate,
getAttacks, \
=======================================
--- /lib/pychess/widgets/ionest.py Fri Oct 21 02:13:14 2011
+++ /lib/pychess/widgets/ionest.py Tue Jan 24 11:41:49 2012
@@ -1,6 +1,5 @@
""" The task of this module, is to save, load and init new games """
-from gettext import ngettext
from gobject import GObject, SIGNAL_RUN_FIRST, TYPE_NONE
from pychess import Savers
from pychess.Players.engineNest import discoverer