svgui/pyjs/lib/pyjslib.py
changeset 2454 2e5acbded4a1
parent 2444 235f847be37e
child 2455 80b225e9a6b6
--- a/svgui/pyjs/lib/pyjslib.py	Fri Oct 12 11:14:34 2018 +0300
+++ b/svgui/pyjs/lib/pyjslib.py	Fri Oct 12 11:35:15 2018 +0300
@@ -12,7 +12,7 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-# pylint: disable=too-many-function-args,undefined-variable,no-absolute-import,assign-to-new-keyword,nonzero-method
+# pylint: disable=too-many-function-args,undefined-variable,no-absolute-import,assign-to-new-keyword,nonzero-method,next-method-called
 
 # iteration from Bob Ippolito's Iteration in JavaScript