diff -r e5ddbaf756cb -r 091005ec69c4 svgui/pyjs/lib/pyjslib.py --- 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