Subversion Repositories navi

Compare Revisions

Ignore whitespace Rev 173 → Rev 174

/tsimapiak/parse.py
65,7 → 65,7
if temp in wordin[wor]:
center = temp
if splitword[wor].endswith(u"po"):
temp = splitword[wor][:-3] + u"p"
temp = splitword[wor][:-2] + u"p"
if temp in wordin[wor]:
center = temp
if center == u"":