extensionSystem: add missing import

https://bugzilla.gnome.org/show_bug.cgi?id=646333
This commit is contained in:
Maxim Ermilov 2011-04-05 05:20:44 +04:00 committed by Owen W. Taylor
parent a35677a9bf
commit b7513097ea

View File

@ -3,6 +3,7 @@
const GLib = imports.gi.GLib;
const Gio = imports.gi.Gio;
const St = imports.gi.St;
const Shell = imports.gi.Shell;
const Config = imports.misc.config;