From 12f31eed2f9f12e7fd60c238a338bb45eaee3516 Mon Sep 17 00:00:00 2001 From: Terry Howe Date: Thu, 19 Dec 2013 20:06:54 -0700 Subject: [PATCH] Closes-Bug: #1262321 Remove the unimplemented post_process method call Change-Id: Iaed526cc25a651008a66ad7f0050070ab2b4c595 --- tools/install_venv.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/install_venv.py b/tools/install_venv.py index a5891d6710..770ae73c5e 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()