blob: 56f6d73a337b9504ac342e4860e2ffbe46cd944e [file] [log] [blame]
# Copyright (c) 2012 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.
from autotest_lib.client.cros import pyauto_test
class desktopui_PyAutoInstall(pyauto_test.PyAutoTest):
"""Empty client Autotest to pull in the PyAuto dependency."""
version = 1
def run_once(self):
pass