From patchwork Wed Aug 23 14:55:08 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [09,of,10] demandimportpy3: update to pass import checker From: Augie Fackler X-Patchwork-Id: 23238 Message-Id: <7838b4d1f12e80bf99cd.1503500108@imladris.local> To: mercurial-devel@mercurial-scm.org Date: Wed, 23 Aug 2017 10:55:08 -0400 # HG changeset patch # User Augie Fackler # Date 1503425674 14400 # Tue Aug 22 14:14:34 2017 -0400 # Node ID 7838b4d1f12e80bf99cd931c9077b7d4415f8c4f # Parent 5d6c18ca9740c5d3ded1823a15956f90ad4efaa8 demandimportpy3: update to pass import checker diff --git a/hgdemandimport/demandimportpy3.py b/hgdemandimport/demandimportpy3.py --- a/hgdemandimport/demandimportpy3.py +++ b/hgdemandimport/demandimportpy3.py @@ -27,11 +27,10 @@ This also has some limitations compared from __future__ import absolute_import import contextlib -import sys - import importlib.abc import importlib.machinery import importlib.util +import sys _deactivated = False