svgui/pyjs/lib/pyjslib.py
changeset 1872 866fb3ab8778
parent 1870 4d070115b552
child 1873 e69d7e5aff00
--- 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