Files
Michael Froman 9365bf3a74 Bug 1944699 - cherry-pick chromium/build sha aa91e8eb2. r=dbaker DONTBUILD
We need this for build file generation to work on macOS dev
machines that have python 3.13.

Differential Revision: https://phabricator.services.mozilla.com/D236064
2025-01-29 23:08:37 +00:00

22 lines
559 B
Diff

From: Michael Froman <mfroman@mozilla.com>
Date: Wed, 29 Jan 2025 16:33:00 -0600
Subject: Bug xxx - cherry-pick chromium/build sha aa91e8eb2
Mercurial Revision: https://hg.mozilla.org/mozilla-central/rev/7e1a138772ce49bd7725ebdeecf16e13bad3b495
---
vs_toolchain.py | 1 -
1 file changed, 1 deletion(-)
diff --git a/vs_toolchain.py b/vs_toolchain.py
index 55372ba3a..53e0f9bd3 100755
--- a/vs_toolchain.py
+++ b/vs_toolchain.py
@@ -9,7 +9,6 @@ import collections
import glob
import json
import os
-import pipes
import platform
import re
import shutil