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/server_job.py b/server/server_job.py
index e96fa0f..fb73412 100755
--- a/server/server_job.py
+++ b/server/server_job.py
@@ -14,7 +14,7 @@
 import os, sys, re, time
 import test, errors
 from utils import *
-from error import *
+from common.error import *
 
 # this magic incantation should give us access to a client library
 server_dir = os.path.dirname(__file__)