Diff for /MPIWGWeb/Attic/MPIWGHelper.py between versions 1.1.2.4 and 1.1.2.5

version 1.1.2.4, 2008/08/27 12:12:48 version 1.1.2.5, 2008/08/27 21:08:40
Line 23  def sortStopWordsF(self,xo,yo): Line 23  def sortStopWordsF(self,xo,yo):
     if not hasattr(self,'_v_stopWords'):      if not hasattr(self,'_v_stopWords'):
         self._v_stopWords=self.stopwords_en.data.split("\n")          self._v_stopWords=self.stopwords_en.data.split("\n")
           
     x=str(xo[1])      x=unicodify(xo[1])
     y=str(yo[1])      y=unicodify(yo[1])
           
     strx=x.split(" ")      strx=x.split(" ")
     stry=y.split(" ")      stry=y.split(" ")

Removed from v.1.1.2.4  
changed lines
  Added in v.1.1.2.5


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>