- add sources.
[platform/framework/web/crosswalk.git] / src / chrome / test / chromeos / autotest / files / client / deps / pyauto_dep / pyauto_dep.py
1 #!/usr/bin/python
2
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.
6
7 """Install the pyauto_dep dependency.
8
9 This is done by the Chrome ebuild so this in fact has nothing to do.
10 """
11
12 import os
13 from autotest_lib.client.bin import utils
14
15 version = 1
16
17 def setup(top_dir):
18     return
19
20
21 pwd = os.getcwd()
22 utils.update_version(pwd + '/src', False, version, setup, None)