blob: 5097e3aea2c147997122ac1d0a08aacbb664f914 [file] [log] [blame]
# Copyright 2017 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.
"""This package contains modules for creating and updating virtualenvs.
To run the tests, use the script bin/run_tests.
This package is used to create virtualenvs, so it cannot depend on any
libraries outside of the Python standard library. The unit tests are
exempt and may depend on libraries installed through virtualenv (serving
as a self-test that create_venv works).
"""