1
0
Fork 0
mirror of https://github.com/shlomif/PySolFC.git synced 2025-04-05 00:02:29 -04:00
PySolFC/pysollib/games
Alexandre Detiste 148f189a74
trim usage of six (#382)
This is artisanal manual craftwork :-)

     def mDone(self, button):
         if button == 0:        # "OK" or double click
-            if isinstance(self.tree.selection_key, six.string_types):
-                self.key = str(self.tree.selection_key)
-            else:
-                self.key = self.tree.selection_key
+            self.key = self.tree.selection_key
2024-09-18 20:33:10 -04:00
..
mahjongg trim usage of six (#382) 2024-09-18 20:33:10 -04:00
special trim usage of six (#382) 2024-09-18 20:33:10 -04:00
__init__.py Added Interlock and Love a Duck games. 2023-12-17 21:34:10 -05:00
acesandkings.py Added Deuces and Queens game. 2023-08-23 19:16:54 -04:00
acesup.py Added Valentine game. 2023-11-29 18:20:07 -05:00
algerian.py Made capitalization of game names consistent. 2022-06-13 16:42:45 -04:00
auldlangsyne.py Add more alternate names 2024-07-05 17:32:41 -04:00
bakersdozen.py Added Stewart game. 2023-08-12 20:08:29 -04:00
bakersgame.py More game organization updates. 2023-01-31 17:44:41 -05:00
beleagueredcastle.py Added Morphy game. 2024-02-22 22:00:55 -05:00
bisley.py Order imports based on flake8-import-order. 2019-01-11 23:55:06 +02:00
bisley13.py Add 13 column Bisley - thanks to qunka. 2020-01-07 11:38:37 +02:00
braid.py Restore mistakenly removed shebang 2023-04-29 11:30:06 -04:00
bristol.py Added Vincent game. 2024-02-06 21:48:10 -05:00
buffalobill.py Added missing open game tags. 2021-09-16 17:12:51 -04:00
calculation.py Added Appreciate game. 2024-01-31 20:19:10 -05:00
camelot.py Combined code for Double Line and Grandfather, as they're almost identical games. 2022-07-26 18:56:21 -04:00
canfield.py Added Club game. 2024-01-20 11:29:49 -05:00
capricieuse.py Alternate names. 2024-03-05 18:18:36 -05:00
clearthedungeon.py Added Clear the Dungeon game. 2023-08-20 12:24:46 -04:00
crossword.py Additional Crossword bugfix. 2021-07-05 21:29:54 -04:00
curdsandwhey.py Spacing updates for flake8. 2023-08-11 20:56:29 -04:00
daddylonglegs.py Fix for dealing sound in Daddy Longlegs. 2021-10-19 17:26:59 -04:00
demonsandthieves.py Added Demons and Thieves game. 2023-01-31 19:48:09 -05:00
dieboesesieben.py Added Stripped Deck game category. 2022-01-08 10:34:33 -05:00
diplomat.py Added McClellan game. 2023-01-08 17:52:27 -05:00
doublets.py Order imports based on flake8-import-order. 2019-01-11 23:55:06 +02:00
eiffeltower.py Order imports based on flake8-import-order. 2019-01-11 23:55:06 +02:00
fan.py Alternate names. 2024-03-05 18:18:36 -05:00
fortythieves.py Alternate names. 2024-03-05 18:18:36 -05:00
freecell.py Game categorization updates. 2024-03-28 23:32:56 -04:00
glenwood.py Use separate deck shuffling for Double Fives. 2023-03-20 19:14:06 -04:00
golf.py Trim trailing space 2024-07-04 17:41:45 -04:00
grandduchess.py Grand Duchess is in the Numerica game family. 2023-08-23 18:28:51 -04:00
grandfathersclock.py Add more alternate names 2024-07-05 17:32:41 -04:00
gypsy.py Prevent moving stacks to the foundation in Ace of Hearts 2024-07-19 18:32:46 -04:00
harp.py Add more alternate names 2024-07-05 17:32:41 -04:00
headsandtails.py Added more alternate names. 2023-05-09 21:08:09 -04:00
hitormiss.py Unlimited redeal option for Hit or MIss game. 2022-11-17 17:49:01 -05:00
interlock.py Alignment of Interlock type game foundations. 2024-02-18 13:00:47 -05:00
katzenschwanz.py Add Xerxes and Zingara games 2024-07-13 18:37:24 -04:00
klondike.py Klondike with jokers. 2024-03-15 19:35:03 -04:00
knockout.py Removed unused import. 2023-02-13 19:25:59 -05:00
labyrinth.py Order imports based on flake8-import-order. 2019-01-11 23:55:06 +02:00
larasgame.py Added many alternate names, inventors, and compatibility programs. 2021-12-15 23:03:00 -05:00
matriarchy.py Improve internationalization 2019-08-31 13:22:21 +03:00
montana.py Updated a couple games to use their more common name as the primary name. 2024-02-22 21:43:35 -05:00
montecarlo.py Add more alternate names 2024-07-05 17:32:41 -04:00
moojub.py Add Four Kingdoms game 2024-09-08 09:55:22 -04:00
napoleon.py Order imports based on flake8-import-order. 2019-01-11 23:55:06 +02:00
needle.py Order imports based on flake8-import-order. 2019-01-11 23:55:06 +02:00
numerica.py Added Ninety-One game. 2024-03-16 14:52:10 -04:00
osmosis.py Added Dimensions game. 2022-11-14 22:06:10 -05:00
parallels.py Order imports based on flake8-import-order. 2019-01-11 23:55:06 +02:00
pasdedeux.py Order imports based on flake8-import-order. 2019-01-11 23:55:06 +02:00
picturegallery.py Added Carousel game. 2024-06-15 11:08:22 -04:00
pileon.py A few game organization updates. 2022-12-28 23:40:44 -05:00
precedence.py Flake8 fix. 2021-11-07 13:14:39 -05:00
pushpin.py Game categorization updates. 2024-03-28 23:32:56 -04:00
pyramid.py Add Eleven Triangle game 2024-07-19 19:40:42 -04:00
royalcotillion.py Added Big Alhambra game. 2024-03-03 14:15:59 -05:00
royaleast.py Order imports based on flake8-import-order. 2019-01-11 23:55:06 +02:00
sanibel.py Order imports based on flake8-import-order. 2019-01-11 23:55:06 +02:00
siebenbisas.py Added Stripped Deck game category. 2022-01-08 10:34:33 -05:00
simplex.py Order imports based on flake8-import-order. 2019-01-11 23:55:06 +02:00
spider.py Fix Astrocyte to use correct hints 2024-07-15 18:03:44 -04:00
sthelena.py Added King's Audience game. 2022-11-02 18:44:03 -04:00
sultan.py Alternate names. 2024-03-05 18:18:36 -05:00
takeaway.py Take away is a golf type game, and other organization fixes. 2024-01-31 20:33:39 -05:00
terrace.py Added missing stack description to Bastille Day game. 2022-09-02 21:02:53 -04:00
threepeaks.py Added Ricochet game. 2023-09-24 20:11:24 -04:00
tournament.py New alternate names. 2023-12-26 11:44:03 -05:00
unionsquare.py Added Stripped Deck game category. 2022-01-08 10:34:33 -05:00
wavemotion.py Added Wading Pool game. 2022-12-21 21:24:33 -05:00
windmill.py More alternate names. 2022-12-12 18:54:56 -05:00
yukon.py Add Russian Cell game 2024-06-28 22:45:47 -04:00
zodiac.py Moved text displays to limit auto-scaling overlap. 2022-03-05 17:21:14 -05:00