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

Unified Diff: client/deps/autox/autox.py

Issue 1534001: switch to autox.py and robustify login/logout code (Closed)
Patch Set: merge with head Created 10 years, 8 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/deps/autox/README ('k') | client/deps/autox/common.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/deps/autox/autox.py
diff --git a/client/deps/autox/autox.py b/client/deps/autox/autox.py
deleted file mode 100755
index 21a863ee4216fc9cd0963d10f61abef71149bf26..0000000000000000000000000000000000000000
--- a/client/deps/autox/autox.py
+++ /dev/null
@@ -1,17 +0,0 @@
-#!/usr/bin/python
-
-# Copyright (c) 2010 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-import common, commands, logging, os, shutil
-from autotest_lib.client.bin import utils
-
-version = 1
-
-def setup(top_dir):
- autox_bin = os.environ['SYSROOT'] + '/usr/bin/autox'
- shutil.copyfile(autox_bin, top_dir + '/autox')
-
-pwd = os.getcwd()
-utils.update_version(pwd + '/src', False, version, setup, pwd)
« no previous file with comments | « client/deps/autox/README ('k') | client/deps/autox/common.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698