diff -r 75a274023970 -r 235f847be37e svgui/pyjs/lib/pyjslib.py --- a/svgui/pyjs/lib/pyjslib.py Wed Oct 10 10:26:27 2018 +0300 +++ b/svgui/pyjs/lib/pyjslib.py Wed Oct 10 10:32:57 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 +# pylint: disable=too-many-function-args,undefined-variable,no-absolute-import,assign-to-new-keyword,nonzero-method # iteration from Bob Ippolito's Iteration in JavaScript