Mercurial > public > mercurial-scm > hg-stable
diff hgdemandimport/demandimportpy3.py @ 33916:3595e4e0ae57
demandimportpy3: update to pass import checker
author | Augie Fackler <raf@durin42.com> |
---|---|
date | Tue, 22 Aug 2017 14:14:34 -0400 |
parents | 8fb5212652ec |
children | fcb1ecf2bef7 |
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