summaryrefslogtreecommitdiff
path: root/utils/ipc/parser.py
diff options
context:
space:
mode:
Diffstat (limited to 'utils/ipc/parser.py')
-rwxr-xr-xutils/ipc/parser.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/ipc/parser.py b/utils/ipc/parser.py
index f46820fa..231a3266 100755
--- a/utils/ipc/parser.py
+++ b/utils/ipc/parser.py
@@ -13,7 +13,7 @@ import sys
sys.dont_write_bytecode = True
# Make sure that mojom_parser.py can import mojom
-sys.path.append(f'{os.path.dirname(__file__)}/mojo/public/tools/mojom')
+sys.path.insert(0, f'{os.path.dirname(__file__)}/mojo/public/tools/mojom')
import mojo.public.tools.mojom.mojom_parser as parser