mirror of
https://github.com/shlomif/PySolFC.git
synced 2025-04-05 00:02:29 -04:00
2to3 on pysollib/games/[a]*.py
This commit is contained in:
parent
d936194272
commit
9de83aca50
2 changed files with 2 additions and 2 deletions
|
@ -45,7 +45,7 @@ from pysollib.stack import \
|
||||||
from pysollib.game import Game
|
from pysollib.game import Game
|
||||||
from pysollib.layout import Layout
|
from pysollib.layout import Layout
|
||||||
|
|
||||||
from montecarlo import MonteCarlo_RowStack
|
from pysollib.games.montecarlo import MonteCarlo_RowStack
|
||||||
|
|
||||||
|
|
||||||
# ************************************************************************
|
# ************************************************************************
|
||||||
|
|
|
@ -47,7 +47,7 @@ from pysollib.stack import \
|
||||||
from pysollib.game import Game
|
from pysollib.game import Game
|
||||||
from pysollib.layout import Layout
|
from pysollib.layout import Layout
|
||||||
|
|
||||||
from numerica import Numerica_Hint
|
from pysollib.games.numerica import Numerica_Hint
|
||||||
|
|
||||||
|
|
||||||
# ************************************************************************
|
# ************************************************************************
|
||||||
|
|
Loading…
Add table
Reference in a new issue