summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorBrant Knudson <bknudson@us.ibm.com>2014-05-05 17:39:40 -0500
committerBrant Knudson <bknudson@us.ibm.com>2014-05-05 19:41:23 -0500
commitb4f346749b3acf4ef8048f5f5078a7dc897d483a (patch)
tree62834af87f28f796bee80e7857aa54369f8083bc /tools
parent62aca6f0b4351de00a139170fda669d2e1fed094 (diff)
downloadpython-keystoneclient-b4f346749b3acf4ef8048f5f5078a7dc897d483a.tar.gz
Sync with oslo-incubator 2640847
Sync with oslo-incubator commit 2640847e3df7720457103d2111846c27fc8fdcd5 . First, remove the existing code to cleanup: $ rm -r keyestoneclient/openstack/* Then, sync from oslo-incubator: $ python update.py ../python-keystoneclient Change-Id: Ic94906002e0257ffc56245e49890e7ee2f3b4a2a
Diffstat (limited to 'tools')
-rw-r--r--tools/install_venv_common.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/install_venv_common.py b/tools/install_venv_common.py
index 46822e3..e279159 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]