mirror of
https://github.com/shlomif/PySolFC.git
synced 2025-04-05 00:02:29 -04:00
2to3 on pysollib/games/[a-f]*.py
This commit is contained in:
parent
833b55dbb3
commit
d3fe875a49
2 changed files with 2 additions and 2 deletions
|
@ -31,7 +31,7 @@ from pysollib.game import Game
|
|||
from pysollib.layout import Layout
|
||||
from pysollib.hint import DefaultHint, CautiousDefaultHint
|
||||
|
||||
from gypsy import DieRussische_Foundation
|
||||
from pysollib.games.gypsy import DieRussische_Foundation
|
||||
|
||||
from pysollib.util import ACE, ANY_RANK, ANY_SUIT, KING, NO_RANK, \
|
||||
UNLIMITED_MOVES, UNLIMITED_REDEALS
|
||||
|
|
|
@ -33,7 +33,7 @@ from pysollib.layout import Layout
|
|||
from pysollib.hint import DefaultHint
|
||||
from pysollib.hint import FreeCellType_Hint, FreeCellSolverWrapper
|
||||
|
||||
from spider import Spider_AC_Foundation
|
||||
from pysollib.games.spider import Spider_AC_Foundation
|
||||
|
||||
from pysollib.util import ACE, ANY_SUIT, KING, NO_RANK, UNLIMITED_CARDS
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue