Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(795)

Unified Diff: client/cros/dns_server.py

Issue 6626031: Fix import of some autotest cros modules, make them callable outside of autotest runtime. (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/autotest.git@master
Patch Set: patch Created 9 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « client/cros/cryptohome.py ('k') | client/cros/tpm.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/cros/dns_server.py
diff --git a/client/cros/dns_server.py b/client/cros/dns_server.py
index 8ce2ad01c5158060a4349488ec2d248968b26d0a..7deb4ea73a85c08cc3fa37964ad04ee5af0d1cf9 100644
--- a/client/cros/dns_server.py
+++ b/client/cros/dns_server.py
@@ -2,7 +2,8 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-import logging, threading, time, utils
+import logging, threading, time
+from autotest_lib.client.bin import utils
class LocalDns(object):
"""a wrapper around miniFakeDns that handles managing running the server
« no previous file with comments | « client/cros/cryptohome.py ('k') | client/cros/tpm.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698