summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorTerry Howe <terrylhowe@gmail.com>2013-12-19 20:06:54 -0700
committerTerry Howe <terrylhowe@gmail.com>2013-12-19 20:06:54 -0700
commit12f31eed2f9f12e7fd60c238a338bb45eaee3516 (patch)
tree087118aab7e63becca51f428726ecf6d5535560c /tools
parentde27c1b455624b6123b26bfdd022d2763c541a25 (diff)
downloadpython-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.py1
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()