Submitter | phabricator |
---|---|
Date | March 30, 2018, 6:13 p.m. |
Message ID | <d1e5ac788e13fa5bea17f46db8c6fe52@localhost.localdomain> |
Download | mbox | patch |
Permalink | /patch/29974/ |
State | Not Applicable |
Headers | show |
Comments
Patch
diff --git a/mercurial/thirdparty/zope/__init__.py b/mercurial/thirdparty/zope/__init__.py --- a/mercurial/thirdparty/zope/__init__.py +++ b/mercurial/thirdparty/zope/__init__.py @@ -1,7 +0,0 @@ -# this is a namespace package -try: - import pkg_resources - pkg_resources.declare_namespace(__name__) -except ImportError: - import pkgutil - __path__ = pkgutil.extend_path(__path__, __name__)