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) |