mirror of
https://github.com/shlomif/PySolFC.git
synced 2025-04-05 00:02:29 -04:00
Cleanups
This commit is contained in:
parent
335d87e967
commit
0bd6dc5802
1 changed files with 0 additions and 1 deletions
|
@ -79,7 +79,6 @@ class Klondike(Game):
|
|||
# create layout
|
||||
l, s = Layout(self), self.s
|
||||
kwdefault(layout, rows=7, waste=1, texts=1, playcards=16)
|
||||
print(l, layout)
|
||||
self.__class__.__dict__['Layout_Method'](l, **layout)
|
||||
# self.Layout_Method.__get__(l, l.__class__)(**layout)
|
||||
self.setSize(l.size[0], l.size[1])
|
||||
|
|
Loading…
Add table
Reference in a new issue