diff options
author | Kiall Mac Innes <kiall@hp.com> | 2014-07-18 12:01:39 +0100 |
---|---|---|
committer | Kiall Mac Innes <kiall@hp.com> | 2014-07-24 12:34:48 -0700 |
commit | a7764eb067abc18e29370a4308c8696d28800e30 (patch) | |
tree | 819b7e07f487beaa2164078df54e755b6adc6ff0 /tools | |
parent | bb1f66a6f377c38456f4b35e75552e37117b9150 (diff) | |
download | designate-a7764eb067abc18e29370a4308c8696d28800e30.tar.gz |
Update from oslo-incubator
Change-Id: I16b9f94b74de927bb831f0f38483fb3909bbb3f7
Diffstat (limited to 'tools')
-rw-r--r-- | tools/install_venv_common.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/install_venv_common.py b/tools/install_venv_common.py index 46822e32..e279159a 100644 --- a/tools/install_venv_common.py +++ b/tools/install_venv_common.py @@ -125,7 +125,7 @@ class InstallVenv(object): parser.add_option('-n', '--no-site-packages', action='store_true', help="Do not inherit packages from global Python " - "install") + "install.") return parser.parse_args(argv[1:])[0] |