Upgrade from Django 0.96 to Django 1.0.2.
Risk: high (framework change)
Visibility: medium
Signed-off-by: James Ren <jamesren@google.com>
git-svn-id: http://test.kernel.org/svn/autotest/trunk@3457 592f7852-d20e-0410-864c-8624ca9c26a4
diff --git a/frontend/afe/rpc_handler.py b/frontend/afe/rpc_handler.py
index 56202bc..0ed01c8 100644
--- a/frontend/afe/rpc_handler.py
+++ b/frontend/afe/rpc_handler.py
@@ -6,8 +6,8 @@
__author__ = 'showard@google.com (Steve Howard)'
import traceback, pydoc, re, urllib
-from frontend.afe.json_rpc import serviceHandler
-from frontend.afe import rpc_utils
+from autotest_lib.frontend.afe.json_rpc import serviceHandler
+from autotest_lib.frontend.afe import rpc_utils
class RpcMethodHolder(object):