Skip to content

Commit

Permalink
use the correct module
Browse files Browse the repository at this point in the history
  • Loading branch information
Zoltan Mathe committed Aug 1, 2016
1 parent 32a2845 commit 6cfdc59
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 6cfdc59

Please sign in to comment.