diff -r 49cdd843c006 -r 4d070115b552 svgui/pyjs/lib/pyjslib.py --- a/svgui/pyjs/lib/pyjslib.py Wed Oct 11 13:55:56 2017 +0300 +++ b/svgui/pyjs/lib/pyjslib.py Thu Oct 12 16:18:05 2017 +0300 @@ -12,6 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. +# pylint: disable=too-many-function-args # iteration from Bob Ippolito's Iteration in JavaScript