diff -r 933fbe9a5e2c -r 866fb3ab8778 svgui/pyjs/lib/pyjslib.py --- a/svgui/pyjs/lib/pyjslib.py Fri Oct 13 13:17:42 2017 +0300 +++ b/svgui/pyjs/lib/pyjslib.py Mon Oct 16 17:20:31 2017 +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 +# pylint: disable=too-many-function-args,undefined-variable # iteration from Bob Ippolito's Iteration in JavaScript