mirror of
https://github.com/github/codeql-action.git
synced 2025-12-26 09:10:07 +08:00
python-setup: Fix for python2
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user