futures: get rid of extend_path
authorGregory Szorc <gregory.szorc@gmail.com>
Mon, 09 Apr 2018 12:19:37 -0700
changeset 37624 33db69b6b58b
parent 37623 eb687c28a915
child 37625 3ccaf995f549
futures: get rid of extend_path This is used so mutliple directories can provide a package. We don't need it when vendoring. Differential Revision: https://phab.mercurial-scm.org/D3262
mercurial/thirdparty/concurrent/__init__.py
--- a/mercurial/thirdparty/concurrent/__init__.py	Wed Apr 11 14:48:24 2018 -0700
+++ b/mercurial/thirdparty/concurrent/__init__.py	Mon Apr 09 12:19:37 2018 -0700
@@ -1,3 +0,0 @@
-from pkgutil import extend_path
-
-__path__ = extend_path(__path__, __name__)