[gnome-ostree/wip/gjs-round2] jsondb: Add missing GSystem import
- From: Colin Walters <walters src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-ostree/wip/gjs-round2] jsondb: Add missing GSystem import
- Date: Thu, 13 Dec 2012 00:50:17 +0000 (UTC)
commit d71cedcb4fe9d8583751943a6151f9ddbc8230bc
Author: Colin Walters <walters verbum org>
Date: Wed Dec 12 19:50:10 2012 -0500
jsondb: Add missing GSystem import
src/ostbuild/js/jsondb.js | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/ostbuild/js/jsondb.js b/src/ostbuild/js/jsondb.js
index 856aa6e..eb605fe 100644
--- a/src/ostbuild/js/jsondb.js
+++ b/src/ostbuild/js/jsondb.js
@@ -4,6 +4,7 @@ const Lang = imports.lang;
const Format = imports.format;
const JsonUtil = imports.jsonutil;
+const GSystem = imports.gi.GSystem;
const JsonDB = new Lang.Class({
Name: 'JsonDB',
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]