mirror of
https://github.com/shlomif/PySolFC.git
synced 2025-04-05 00:02:29 -04:00
2to3 on pysollib/games/[a-s]*.py
This commit is contained in:
parent
df6e509409
commit
ee82f9c6e8
1 changed files with 1 additions and 1 deletions
|
@ -1058,7 +1058,7 @@ class Khedive(Game):
|
|||
x += l.XS
|
||||
|
||||
x, y = l.XM+4*l.XS, l.YM
|
||||
r = range(11)
|
||||
r = list(range(11))
|
||||
for i in range(5, 0, -1):
|
||||
for j in r[i:-i]:
|
||||
x, y = l.XM+(j-0.5)*l.XS, l.YM+(5-i)*l.YS
|
||||
|
|
Loading…
Add table
Reference in a new issue