portalHelper: Fix import

fileutils.js is in a different directory than the main entry point.

Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2868>
This commit is contained in:
Florian Müllner 2023-08-07 17:31:17 +02:00 committed by Marge Bot
parent b172fc6548
commit 57662c1673

View File

@ -11,7 +11,7 @@ import {programInvocationName, programArgs} from 'system';
const _ = Gettext.gettext;
const Config = imports.misc.config;
import {loadInterfaceXML} from './fileUtils.js';
import {loadInterfaceXML} from '../misc/fileUtils.js';
const PortalHelperResult = {
CANCELLED: 0,