diff options
Diffstat (limited to 'vim/bundle/YouCompleteMe/third_party/pythonfutures/futures/thread.py')
-rwxr-xr-x | vim/bundle/YouCompleteMe/third_party/pythonfutures/futures/thread.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vim/bundle/YouCompleteMe/third_party/pythonfutures/futures/thread.py b/vim/bundle/YouCompleteMe/third_party/pythonfutures/futures/thread.py new file mode 100755 index 0000000..f6bd05d --- /dev/null +++ b/vim/bundle/YouCompleteMe/third_party/pythonfutures/futures/thread.py @@ -0,0 +1 @@ +from concurrent.futures import ThreadPoolExecutor |