Rename autotest_utils to utils

Fixes longstanding hangover ugliness from the original change away
from doing "from autotest_utils import *".

Signed-off-by: Martin J. Bligh <mbligh@google.com>



git-svn-id: http://test.kernel.org/svn/autotest/trunk@2595 592f7852-d20e-0410-864c-8624ca9c26a4
diff --git a/client/bin/net/net_tc.py b/client/bin/net/net_tc.py
index 06cf8bb..1f3cf77 100755
--- a/client/bin/net/net_tc.py
+++ b/client/bin/net/net_tc.py
@@ -39,8 +39,7 @@
 
 import commands, os, re
 import common
-from autotest_lib.client.common_lib import error, utils
-from autotest_lib.client.bin import autotest_utils
+from autotest_lib.client.common_lib import error
 from autotest_lib.client.bin.net import net_utils
 
 # TODO (chavey) clean up those global here and new_handle()