tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

commit 7ece905033de5cfa2b696c3af6983f7d110eee37
parent 8b934cacc1c95e71c4e50ae33d2b032e0eaae827
Author: serge-sans-paille <sguelton@mozilla.com>
Date:   Tue, 25 Nov 2025 20:34:22 +0000

Bug 2002260 - Remove obsolete py2 keyword argument from Generated File r=ahochheiden

The days of Python are long gone

Differential Revision: https://phabricator.services.mozilla.com/D274002

Diffstat:
Mpython/mozbuild/mozbuild/frontend/data.py | 3---
1 file changed, 0 insertions(+), 3 deletions(-)

diff --git a/python/mozbuild/mozbuild/frontend/data.py b/python/mozbuild/mozbuild/frontend/data.py @@ -1333,7 +1333,6 @@ class GeneratedFile(ContextDerived): "required_during_compile", "localized", "force", - "py2", ) def __init__( @@ -1346,7 +1345,6 @@ class GeneratedFile(ContextDerived): flags=(), localized=False, force=False, - py2=False, required_during_compile=None, ): ContextDerived.__init__(self, context) @@ -1357,7 +1355,6 @@ class GeneratedFile(ContextDerived): self.flags = flags self.localized = localized self.force = force - self.py2 = py2 if self.config.substs.get("MOZ_WIDGET_TOOLKIT") == "android": # In GeckoView builds, the gradle build is done during export to