Mercurial > hg
changeset 33898:3595e4e0ae57
demandimportpy3: update to pass import checker
author | Augie Fackler <raf@durin42.com> |
---|---|
date | Tue, 22 Aug 2017 14:14:34 -0400 |
parents | b4294ff13392 |
children | 078099304772 |
files | hgdemandimport/demandimportpy3.py |
diffstat | 1 files changed, 1 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/hgdemandimport/demandimportpy3.py Tue Aug 22 16:02:57 2017 -0400 +++ b/hgdemandimport/demandimportpy3.py Tue Aug 22 14:14:34 2017 -0400 @@ -27,11 +27,10 @@ from __future__ import absolute_import import contextlib -import sys - import importlib.abc import importlib.machinery import importlib.util +import sys _deactivated = False