Merge "test_vnf_generic: fix unitests when files are present"
[yardstick.git] / api / utils / daemonthread.py
index 19182c4..0049834 100644 (file)
@@ -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