[gnome-ostree/wip/gjs-round2] jsondb: Add missing GSystem import



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]