diff --git a/pysollib/games/numerica.py b/pysollib/games/numerica.py index b2aa4422..b8b08701 100644 --- a/pysollib/games/numerica.py +++ b/pysollib/games/numerica.py @@ -54,7 +54,7 @@ class Numerica_Hint(DefaultHint): # FIXME: demo is clueless # def _getDropCardScore(self, score, color, r, t, ncards): - # FIXME: implement this method + # FIXME: implement this method def _getMoveWasteScore(self, score, color, r, t, pile, rpile): assert r in (self.game.s.waste, self.game.s.talon) and len(pile) == 1 diff --git a/pysollib/images.py b/pysollib/images.py index 1d4e2e02..4274e58a 100644 --- a/pysollib/images.py +++ b/pysollib/images.py @@ -109,7 +109,7 @@ class Images: imagedir = self.d.findDir(cs_type, d) except Exception: pass - if (not USE_PIL and TOOLKIT is not 'kivy') or imagedir is None: + if (not USE_PIL and TOOLKIT != 'kivy') or imagedir is None: # load image img = self.__loadCard(filename+self.cs.ext, check_w, check_h) if USE_PIL and img is not None: @@ -257,7 +257,7 @@ class Images: return self._bottom[0] def getBlankBottom(self): - if TOOLKIT is 'kivy': + if TOOLKIT == 'kivy': return self._bottom[0] return self._blank_bottom diff --git a/pysollib/kivy/LApp.py b/pysollib/kivy/LApp.py index 6833bec5..79836008 100644 --- a/pysollib/kivy/LApp.py +++ b/pysollib/kivy/LApp.py @@ -762,7 +762,7 @@ class LImageItem(BoxLayout, LBase): def on_touch_up(self, touch): if touch.grab_current is self: - # release my grabbed touch! + # release my grabbed touch! print('ungrab') touch.ungrab(self) return True @@ -1212,7 +1212,7 @@ class LMenu(ActionView, LBase): pass for c in items: - # print ('LMenu: delete child %s' % c) + # print ('LMenu: delete child %s' % c) self.clear_widgets([c]) for c in menues: # print ('LMenu: delete child %s' % c) @@ -1688,7 +1688,7 @@ class LMainWindow(BoxLayout, LTkBase): t = self.workStack.items[i] # print("stackkey: %s" % str(t[0])) # print("stackitem: %s" % str(t[1])) - if t[0] is 'playground': + if t[0] == 'playground': pass else: if isinstance(t[1], LTopLevel): diff --git a/pysollib/kivy/tkcanvas.py b/pysollib/kivy/tkcanvas.py index ec1a0502..7ea7d895 100644 --- a/pysollib/kivy/tkcanvas.py +++ b/pysollib/kivy/tkcanvas.py @@ -841,14 +841,14 @@ class MfxCanvas(Widget): pass def addtag(self, tag, b, c): - # print ('Canvas: addtag %s %s %s' % (tag, b, c)) - # self.tags[c] = tag - # self.tags.append(tag) + # print ('Canvas: addtag %s %s %s' % (tag, b, c)) + # self.tags[c] = tag + # self.tags.append(tag) pass def delete(self, tag): - # print ('MfxCanvas: delete tag=%s' % tag) - # y = self.yy + # print ('MfxCanvas: delete tag=%s' % tag) + # y = self.yy pass def update_idletasks(self): diff --git a/pysollib/kivy/tkutil.py b/pysollib/kivy/tkutil.py index 45b114d5..a1f10259 100644 --- a/pysollib/kivy/tkutil.py +++ b/pysollib/kivy/tkutil.py @@ -347,9 +347,9 @@ def markImage(image): def _createImageMask(texture, color): col = 0 - if (color is 'black'): + if (color == 'black'): col = 0 - if (color is 'white'): + if (color == 'white'): col = 255 g = texture.pixels diff --git a/pysollib/main.py b/pysollib/main.py index f3b6fd9f..15b960a8 100644 --- a/pysollib/main.py +++ b/pysollib/main.py @@ -384,27 +384,27 @@ Please check your %s installation. if TOOLKIT == 'kivy': - from pysollib.kivy.LApp import LApp - import logging + from pysollib.kivy.LApp import LApp + import logging - class KivyApp(LApp): - def __init__(self, args): - super(KivyApp, self).__init__() - self.args = args + class KivyApp(LApp): + def __init__(self, args): + super(KivyApp, self).__init__() + self.args = args - def build(self): - logging.info("KivyApp: build") + def build(self): + logging.info("KivyApp: build") - self.app = app = Application() - app.top = self.mainWindow - self.startCode = pysol_init(app, self.args) + self.app = app = Application() + app.top = self.mainWindow + self.startCode = pysol_init(app, self.args) - logging.info('Main: App Initialised - starting main loop') - return self.mainWindow + logging.info('Main: App Initialised - starting main loop') + return self.mainWindow - def main(args=None): - logging.basicConfig(level=logging.INFO) - KivyApp(args).run() + def main(args=None): + logging.basicConfig(level=logging.INFO) + KivyApp(args).run() else: diff --git a/pysollib/stack.py b/pysollib/stack.py index 0db2746c..53a84cbf 100644 --- a/pysollib/stack.py +++ b/pysollib/stack.py @@ -1476,7 +1476,7 @@ class Stack: if img is None: return # self.canvas.update_idletasks() - if TOOLKIT is 'kivy': + if TOOLKIT == 'kivy': self.game.top.waitAnimation() item = MfxCanvasImage(self.canvas, card.x, card.y, image=img, anchor=ANCHOR_NW, group=self.group) @@ -1657,7 +1657,7 @@ class DealRow_StackMethods: self.game.flipMove(self) self.game.moveMove(1, self, r, frames=frames) self.game.leaveState(old_state) - if TOOLKIT is 'kivy': + if TOOLKIT == 'kivy': self.game.top.waitAnimation() return len(stacks) @@ -1689,7 +1689,7 @@ class DealRow_StackMethods: self.game.moveMove(1, self, r, frames=frames) break self.game.leaveState(old_state) - if TOOLKIT is 'kivy': + if TOOLKIT == 'kivy': self.game.top.waitAnimation() return n @@ -2907,7 +2907,7 @@ class WasteTalonStack(TalonStack): else: self.game.moveMove(1, self, waste, frames=4, shadow=0) self.fillStack() - if TOOLKIT is 'kivy': + if TOOLKIT == 'kivy': self.game.top.waitAnimation() elif waste.cards and self.round != self.max_rounds: if sound: diff --git a/pysollib/ui/tktile/menubar.py b/pysollib/ui/tktile/menubar.py index 47a713b0..d8ca35ad 100644 --- a/pysollib/ui/tktile/menubar.py +++ b/pysollib/ui/tktile/menubar.py @@ -1670,7 +1670,7 @@ Unsupported game for import. gameid = write_game(self.app) except Exception as err: # if False: - # traceback.print_exc() + # traceback.print_exc() self._calc_MfxMessageDialog()( self.top, title=_('Save game error'), text=_('''