Skip to content

scripts: fix python3 import

Mark Janes requested to merge majanes/mesa_ci:fix_p3_import into master

In python3, the parse class exists in urllib, not urllib.request.

Most CI jobs call the trigger_sql_import scripts from python2.

Merge request reports