diff options
Diffstat (limited to 'Tools/scripts/checkpip.py')
-rwxr-xr-x[-rw-r--r--] | Tools/scripts/checkpip.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/scripts/checkpip.py b/Tools/scripts/checkpip.py index 835101e7b5..8a64eda34a 100644..100755 --- a/Tools/scripts/checkpip.py +++ b/Tools/scripts/checkpip.py @@ -1,4 +1,4 @@ -#/usr/bin/env python3 +#!/usr/bin/env python3 """ Checks that the version of the projects bundled in ensurepip are the latest versions available. |