X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=api%2Futils%2Fdaemonthread.py;h=0049834eba889b0ce7780f17741b7d448a44ffd9;hb=13d09b66c8e2dba58056513093e71b77f255cc97;hp=19182c429c923272ebe027f09e8be8378c194a19;hpb=708550dd0718abdad8862e2275cc8e025a7c55e3;p=yardstick.git diff --git a/api/utils/daemonthread.py b/api/utils/daemonthread.py index 19182c429..0049834eb 100644 --- a/api/utils/daemonthread.py +++ b/api/utils/daemonthread.py @@ -6,6 +6,7 @@ # which accompanies this distribution, and is available at # http://www.apache.org/licenses/LICENSE-2.0 ############################################################################## +from __future__ import absolute_import import threading import os import errno