Move error.py'>error.py'>error.py out of the client and server and into common_lib.
Signed-off-by: John Admanski <jadmanski@google.com>
git-svn-id: http://test.kernel.org/svn/autotest/trunk@1003 592f7852-d20e-0410-864c-8624ca9c26a4
diff --git a/server/utils.py b/server/utils.py
index 7de279f..033db5d 100644
--- a/server/utils.py
+++ b/server/utils.py
@@ -15,7 +15,7 @@
import atexit, os, select, shutil, signal, StringIO, subprocess, tempfile
import time, types, urllib, re, sys, textwrap
import hosts, errors
-from error import *
+from common.error import *
# A dictionary of pid and a list of tmpdirs for that pid
__tmp_dirs = {}