From 1c990385da5784fa9c5e6433fef3c5bd4e477e8c Mon Sep 17 00:00:00 2001 From: Jim Blandy Date: Wed, 14 Oct 2020 23:32:56 +0000 Subject: [PATCH] Bug 1671251: Don't forget to 'import os' in build/.gdbinit.py.in. r=sfink Differential Revision: https://phabricator.services.mozilla.com/D93582 --- build/.gdbinit.py.in | 1 + 1 file changed, 1 insertion(+) diff --git a/build/.gdbinit.py.in b/build/.gdbinit.py.in index 755007116054..ec8c11b51b11 100644 --- a/build/.gdbinit.py.in +++ b/build/.gdbinit.py.in @@ -1,5 +1,6 @@ #filter substitution +import os import sys sys.path.append(os.path.join('@topsrcdir@', 'js', 'src', 'gdb'))