Subversion Repositories navi

Compare Revisions

Ignore whitespace Rev 53 → Rev 54

/tsimapiak/parse.py
73,7 → 73,7
infix_2 = infix_2[len(eachinfix) - 1:]
gotinfix2 = True
break
if gotinfix2 == False:
if gotinfix2 == False or infix_2 != "":
if infix_2.startswith(end):
suffixes = infix2[len(end) - 1:] + end
elif infix_2 == u"":