Kill duplicate import of traceback
Signed-off-by: Martin Bligh <mbligh@google.com>
git-svn-id: http://test.kernel.org/svn/autotest/trunk@3117 592f7852-d20e-0410-864c-8624ca9c26a4
diff --git a/server/frontend.py b/server/frontend.py
index d496131..e9d6cda 100644
--- a/server/frontend.py
+++ b/server/frontend.py
@@ -14,7 +14,7 @@
http://docs.djangoproject.com/en/dev/ref/models/querysets/#queryset-api
"""
-import os, time, traceback, re, traceback
+import os, time, traceback, re
import common
from autotest_lib.frontend.afe import rpc_client_lib
from autotest_lib.client.common_lib import global_config