Pull the server-side errors.py into the common error library.

Signed-off-by: John Admanski <jadmanski@google.com>



git-svn-id: http://test.kernel.org/svn/autotest/trunk@1007 592f7852-d20e-0410-864c-8624ca9c26a4
diff --git a/server/self-test/autotest_test.py b/server/self-test/autotest_test.py
index 39dfe2a..033b091 100644
--- a/server/self-test/autotest_test.py
+++ b/server/self-test/autotest_test.py
@@ -121,7 +121,7 @@
 					    autotest.AUTOTEST_SVN + ' ' +
 					    "/usr/local/autotest")
 					if (command == first):
-						raise autotest.errors.AutoservRunError(
+						raise autotest.AutoservRunError(
 							"svn not found")
 		
 		host = MockFirstInstallFailsHost()