# HG changeset patch # User Edouard Tisserant # Date 1522359216 -7200 # Node ID 9b3655ed2e2460933399a19dee0590e7f1766d91 # Parent 5d72971a36a398d6af20035586534a064c6ec413 PEP-8... diff -r 5d72971a36a3 -r 9b3655ed2e24 Beremiz.py --- a/Beremiz.py Thu Mar 29 23:25:26 2018 +0200 +++ b/Beremiz.py Thu Mar 29 23:33:36 2018 +0200 @@ -117,6 +117,7 @@ def ShowSplashScreen(self): class Splash(AdvancedSplash): Painted = False + def OnPaint(_self, event): # pylint: disable=no-self-argument AdvancedSplash.OnPaint(_self, event) if not _self.Painted: # trigger app start only once