diff --git a/src/openweathermap_org.js b/src/openweathermap_org.js index a36dab1..ca9fe4d 100644 --- a/src/openweathermap_org.js +++ b/src/openweathermap_org.js @@ -35,6 +35,9 @@ */ +const ExtensionUtils = imports.misc.extensionUtils; +const Me = ExtensionUtils.getCurrentExtension(); +const OpenweathermapOrg = Me.imports.openweathermap_org; const Gettext = imports.gettext.domain('gnome-shell-extension-openweather'); const _ = Gettext.gettext; const ngettext = Gettext.ngettext;