svgui/pyjs/lib/pyjslib.py
changeset 1881 091005ec69c4
parent 1873 e69d7e5aff00
child 2411 3a883a76abe0
--- a/svgui/pyjs/lib/pyjslib.py	Mon Oct 23 18:25:45 2017 +0300
+++ b/svgui/pyjs/lib/pyjslib.py	Wed Oct 25 13:50:26 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,undefined-variable
+# pylint: disable=too-many-function-args,undefined-variable,no-absolute-import
 
 # iteration from Bob Ippolito's Iteration in JavaScript