Convert all imports on the server to use absolute imports.
Signed-off-by: John Admanski <jadmanski@google.com>
git-svn-id: http://test.kernel.org/svn/autotest/trunk@1452 592f7852-d20e-0410-864c-8624ca9c26a4
diff --git a/server/utils.py b/server/utils.py
index 480e8ec..ba0e536 100644
--- a/server/utils.py
+++ b/server/utils.py
@@ -13,7 +13,8 @@
"""
import atexit, os, re, shutil, textwrap, sys, tempfile, types, urllib
-from common.utils import *
+
+from autotest_lib.client.common_lib.utils import *
# A dictionary of pid and a list of tmpdirs for that pid