Subversion Repositories navi

Compare Revisions

Ignore whitespace Rev 50 → Rev 52

/tsimapiak/parse.py
69,7 → 69,8
gotinfix2 = False
for eachinfix in infixes2:
if infix_2.startswith(eachinfix):
infix2 = infix_2
infix2 = infix_2[:len(eachinfix)]
infix2 = infix_2[len(eachinfix) - 1:]
gotinfix2 = True
break
if gotinfix2 == False: