svgui/pyjs/lib/pyjslib.py
changeset 2411 3a883a76abe0
parent 1881 091005ec69c4
child 2439 f0a040f1de1b
--- a/svgui/pyjs/lib/pyjslib.py	Mon Oct 01 13:31:52 2018 +0300
+++ b/svgui/pyjs/lib/pyjslib.py	Mon Oct 01 13:43:50 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
+# pylint: disable=too-many-function-args,undefined-variable,no-absolute-import,assign-to-new-keyword
 
 # iteration from Bob Ippolito's Iteration in JavaScript