blob: 07a8f312a5d2e4ff0a59c153284cca783831297b [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:
$ python2 -m venv
See __main__.py for details.
To run the tests:
$ python2 -m unittest discover venv
"""