Skip to content

Commit b810730

Browse files
committed
python-setup: Fix for python2
1 parent ebf1b8f commit b810730

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

python-setup/find_site_packages.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
"""
22
Print the path to the site-packages directory for the current Python environment.
33
"""
4+
from __future__ import print_function
45

56
try:
67
import pip

0 commit comments

Comments
 (0)