D3262: futures: get rid of extend_path

indygreg (Gregory Szorc) phabricator at mercurial-scm.org
Fri Apr 13 17:45:07 EDT 2018


This revision was automatically updated to reflect the committed changes.
Closed by commit rHG33db69b6b58b: futures: get rid of extend_path (authored by indygreg, committed by ).

REPOSITORY
  rHG Mercurial

CHANGES SINCE LAST UPDATE
  https://phab.mercurial-scm.org/D3262?vs=8028&id=8160

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

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, durin42
Cc: mercurial-devel


More information about the Mercurial-devel mailing list