Skip to content

Commit

Permalink
Consolidated special games.
Browse files Browse the repository at this point in the history
  • Loading branch information
joeraz committed Jan 27, 2024
1 parent 20533ac commit fa63e28
Show file tree
Hide file tree
Showing 13 changed files with 11 additions and 34 deletions.
9 changes: 9 additions & 0 deletions pysollib/games/special/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,22 @@
#
# ---------------------------------------------------------------------------##
from . import cribbage # noqa: F401
from . import dashavatara # noqa: F401
from . import hanoi # noqa: F401
from . import hanafuda # noqa: F401
from . import hanafuda1 # noqa: F401
from . import hexadeck # noqa: F401
from . import ishido # noqa: F401
from . import larasgame # noqa: F401
from . import lightsout # noqa: F401
from . import matrix # noqa: F401
from . import memory # noqa: F401
from . import mughal # noqa: F401
from . import pegged # noqa: F401
from . import poker # noqa: F401
from . import tarock # noqa: F401
from . import tarock1 # noqa: F401
from . import tilepuzzle # noqa: F401


def no_use():
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
# ---------------------------------------------------------------------------##

from pysollib.gamedb import GI, GameInfo, registerGame
from pysollib.games.ultra.hanafuda_common import \
from pysollib.games.special.hanafuda_common import \
AbstractFlowerGame, \
FlowerClock_Foundation, \
FlowerClock_RowStack, \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

from pysollib.game import Game
from pysollib.gamedb import GI, GameInfo, registerGame
from pysollib.games.ultra.hanafuda_common import \
from pysollib.games.special.hanafuda_common import \
AbstractFlowerGame, \
FlowerClock_RowStack, \
Flower_OpenStack, \
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
31 changes: 0 additions & 31 deletions pysollib/games/ultra/__init__.py

This file was deleted.

1 change: 0 additions & 1 deletion pysollib/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,6 @@ def progressCallback(*args):
GAME_DB.setCallback(progressCallback)
import pysollib.games
if not opts['french-only']:
import pysollib.games.ultra
import pysollib.games.mahjongg
import pysollib.games.special
pysollib.games.special.no_use()
Expand Down

0 comments on commit fa63e28

Please sign in to comment.