python-setup: Fix for python2

This commit is contained in:
Rasmus Wriedt Larsen
2022-12-15 15:36:43 +01:00
parent ebf1b8f8fc
commit b8107301d2

View File

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