diff options
| author | Steve Martinelli <stevemar@ca.ibm.com> | 2014-06-20 16:13:06 -0400 |
|---|---|---|
| committer | Steve Martinelli <stevemar@ca.ibm.com> | 2014-06-20 16:18:33 -0400 |
| commit | a36898370537cdb610f9fd012eea2439ba642f21 (patch) | |
| tree | 409e4e76c90d46ec0bdb09836f79762a7e99a068 /tools | |
| parent | 23f64a469a5ba77b2d06e10dc4e6c7d318f11835 (diff) | |
| download | python-openstackclient-a36898370537cdb610f9fd012eea2439ba642f21.tar.gz | |
sync oslo bits
update gettextutils.py, strutils.py, install_venv_common.py
remove iniparsers.py
oslo-incubator commit 1223cf
Change-Id: I23923d580f57ab6c12622f10d9f278c44c863feb
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] |
