Skip to content

Commit

Permalink
Merge pull request #248 from zmathe/tornado_futures
Browse files Browse the repository at this point in the history
use the correct module
  • Loading branch information
Andrei Tsaregorodtsev authored Aug 1, 2016
2 parents 32a2845 + 6cfdc59 commit 11df0f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Lib/WebHandler.py
Original file line number Diff line number Diff line change
Expand Up @@ -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


Expand Down

0 comments on commit 11df0f6

Please sign in to comment.