Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / chrome / test / chromeos / autotest / files / client / deps / pyauto_dep / pyauto_dep.py
blob444d395c5f9f2c5a814bf1cfd17a8e52e16c7198
1 #!/usr/bin/python
3 # Copyright (c) 2011 The Chromium OS Authors. All rights reserved.
4 # Use of this source code is governed by a BSD-style license that can be
5 # found in the LICENSE file.
7 """Install the pyauto_dep dependency.
9 This is done by the Chrome ebuild so this in fact has nothing to do.
10 """
12 import os
13 from autotest_lib.client.bin import utils
15 version = 1
17 def setup(top_dir):
18 return
21 pwd = os.getcwd()
22 utils.update_version(pwd + '/src', False, version, setup, None)