D3226: futures: get rid of extend_path

indygreg (Gregory Szorc) phabricator at mercurial-scm.org
Wed Apr 11 01:26:40 UTC 2018


indygreg created this revision.
Herald added a subscriber: mercurial-devel.
Herald added a reviewer: hg-reviewers.

REVISION SUMMARY
  This is used so mutliple directories can provide a package. We don't
  need it when vendoring.

REPOSITORY
  rHG Mercurial

REVISION DETAIL
  https://phab.mercurial-scm.org/D3226

AFFECTED FILES
  mercurial/thirdparty/concurrent/__init__.py

CHANGE DETAILS

diff --git a/mercurial/thirdparty/concurrent/__init__.py b/mercurial/thirdparty/concurrent/__init__.py
--- a/mercurial/thirdparty/concurrent/__init__.py
+++ b/mercurial/thirdparty/concurrent/__init__.py
@@ -1,3 +0,0 @@
-from pkgutil import extend_path
-
-__path__ = extend_path(__path__, __name__)



To: indygreg, #hg-reviewers
Cc: mercurial-devel


More information about the Mercurial-devel mailing list