mercurial/thirdparty/concurrent/__init__.py
changeset 37623 eb687c28a915
child 37624 33db69b6b58b
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/mercurial/thirdparty/concurrent/__init__.py	Wed Apr 11 14:48:24 2018 -0700
@@ -0,0 +1,3 @@
+from pkgutil import extend_path
+
+__path__ = extend_path(__path__, __name__)