diff options
| author | Terry Howe <terrylhowe@gmail.com> | 2013-12-19 20:06:54 -0700 |
|---|---|---|
| committer | Terry Howe <terrylhowe@gmail.com> | 2013-12-19 20:06:54 -0700 |
| commit | 12f31eed2f9f12e7fd60c238a338bb45eaee3516 (patch) | |
| tree | 087118aab7e63becca51f428726ecf6d5535560c /tools | |
| parent | de27c1b455624b6123b26bfdd022d2763c541a25 (diff) | |
| download | python-openstackclient-12f31eed2f9f12e7fd60c238a338bb45eaee3516.tar.gz | |
Closes-Bug: #1262321
Remove the unimplemented post_process method call
Change-Id: Iaed526cc25a651008a66ad7f0050070ab2b4c595
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/install_venv.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/install_venv.py b/tools/install_venv.py index a5891d67..770ae73c 100644 --- a/tools/install_venv.py +++ b/tools/install_venv.py @@ -59,7 +59,6 @@ def main(argv): install.check_dependencies() install.create_virtualenv(no_site_packages=options.no_site_packages) install.install_dependencies() - install.post_process() print_help() |
