diff options
author | Mathew Robinson <chasinglogic@gmail.com> | 2019-04-10 11:42:47 -0400 |
---|---|---|
committer | Mathew Robinson <chasinglogic@gmail.com> | 2019-04-10 11:42:47 -0400 |
commit | f4feba485b6620518d6569c2bcfda2d2dd12d050 (patch) | |
tree | 8300674ef31923ba2d55f563ef79c467867c53e7 /buildscripts/hang_analyzer.py | |
parent | 6ad0264d3e2633439b3adeda97f5eb52240b1fc0 (diff) | |
download | mongo-f4feba485b6620518d6569c2bcfda2d2dd12d050.tar.gz |
SERVER-40542 Remove references to pip2
Diffstat (limited to 'buildscripts/hang_analyzer.py')
-rwxr-xr-x | buildscripts/hang_analyzer.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/buildscripts/hang_analyzer.py b/buildscripts/hang_analyzer.py index 586024a11a1..05997c5a0f4 100755 --- a/buildscripts/hang_analyzer.py +++ b/buildscripts/hang_analyzer.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 """Hang Analyzer module. A prototype hang analyzer for Evergreen integration to help investigate test timeouts |