8000 python-setup: Fix for python2 · github/codeql-action@c2e3666 · GitHub
[go: up one dir, main page]

Skip to content

Commit c2e3666

Browse files
committed
python-setup: Fix for python2
1 parent 14fe3e4 commit c2e3666

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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)
0