Remove the unimplemented post_process method call

Change-Id: Iaed526cc25a651008a66ad7f0050070ab2b4c595
This commit is contained in:
Terry Howe 2013-12-19 20:06:54 -07:00
parent de27c1b455
commit 12f31eed2f
1 changed files with 0 additions and 1 deletions

View File

@ -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()