summaryrefslogtreecommitdiff
path: root/buildscripts/clang_format.py
diff options
context:
space:
mode:
authorMathew Robinson <chasinglogic@gmail.com>2019-04-10 11:42:47 -0400
committerMathew Robinson <chasinglogic@gmail.com>2019-04-10 11:42:47 -0400
commitf4feba485b6620518d6569c2bcfda2d2dd12d050 (patch)
tree8300674ef31923ba2d55f563ef79c467867c53e7 /buildscripts/clang_format.py
parent6ad0264d3e2633439b3adeda97f5eb52240b1fc0 (diff)
downloadmongo-f4feba485b6620518d6569c2bcfda2d2dd12d050.tar.gz
SERVER-40542 Remove references to pip2
Diffstat (limited to 'buildscripts/clang_format.py')
-rwxr-xr-xbuildscripts/clang_format.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/buildscripts/clang_format.py b/buildscripts/clang_format.py
index b1fee3b0239..59183d8df2b 100755
--- a/buildscripts/clang_format.py
+++ b/buildscripts/clang_format.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
"""Clang format script that provides the following.
1. Ability to grab binaries where possible from LLVM.