comparison python/irmach.py @ 292:534b94b40aa8

Fixup reorganize
author Windel Bouwman
date Wed, 27 Nov 2013 08:06:42 +0100
parents 02385f62f250
children 674789d9ff37
comparison
equal deleted inserted replaced
290:7b38782ed496 292:534b94b40aa8
65 x = x.replace(p, str(d)) 65 x = x.replace(p, str(d))
66 for i, j in enumerate(self.jumps): 66 for i, j in enumerate(self.jumps):
67 p = '%l{}'.format(i) 67 p = '%l{}'.format(i)
68 x = x.replace(p, str(j)) 68 x = x.replace(p, str(j))
69 return x 69 return x
70
71