Rename utils.utils to utils.misc to prevent Python from being confused.

Tested:
  N/A

PRESUBMIT=passed
R=asharif
DELTA=506  (234 added, 210 deleted, 62 changed)
OCL=59036-p2
RCL=59059-p2
RDATE=2012/03/12 13:50:53


P4 change: 42672835
diff --git a/v14/remote_test.py b/v14/remote_test.py
index 35e6c86..2ef27f9 100755
--- a/v14/remote_test.py
+++ b/v14/remote_test.py
@@ -13,8 +13,9 @@
 import os
 import re
 import sys
+
 from utils import command_executer
-from utils import utils
+from utils import misc
 
 
 def Usage(parser, message):
@@ -43,8 +44,8 @@
                     chromeos_root=options.chromeos_root,
                     machine=options.remote)
 
-  version_dir_path, script_name = utils.GetRoot(sys.argv[0])
-  version_dir = utils.GetRoot(version_dir_path)[1]
+  version_dir_path, script_name = misc.GetRoot(sys.argv[0])
+  version_dir = misc.GetRoot(version_dir_path)[1]
 
   # Tests to copy directories and files to the chromeos box.
   ce.CopyFiles(version_dir_path,