From 6cfdc59b4dc4e26700d2c56b2278b3bdd415e4ab Mon Sep 17 00:00:00 2001 From: Zoltan Mathe Date: Mon, 1 Aug 2016 13:19:35 +0200 Subject: [PATCH] use the correct module --- Lib/WebHandler.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lib/WebHandler.py b/Lib/WebHandler.py index 135586f3f..3b970ffc3 100644 --- a/Lib/WebHandler.py +++ b/Lib/WebHandler.py @@ -24,7 +24,7 @@ try: from concurrent.futures import ThreadPoolExecutor except ImportError: - from DIRAC.Core.Utilities.ThreadPoolExecutor import getGlobalThreadPool + from DIRAC.Core.Utilities.ThreadPool import getGlobalThreadPool gMissingLibrary = True