diff --git a/python-setup/find_site_packages.py b/python-setup/find_site_packages.py index a473ce66a..8be77eb1b 100644 --- a/python-setup/find_site_packages.py +++ b/python-setup/find_site_packages.py @@ -1,6 +1,7 @@ """ Print the path to the site-packages directory for the current Python environment. """ +from __future__ import print_function try: import pip