Merge "Remove call to undefined install.post_process()"

This commit is contained in:
Jenkins 2014-03-14 16:31:58 +00:00 committed by Gerrit Code Review
commit 98dade06f0
1 changed files with 0 additions and 1 deletions

View File

@ -70,7 +70,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(project, venv, root)
if __name__ == '__main__':