From a08358414206432175d30ea8d5e41ca642e630bf Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Tue, 13 Jul 2010 12:20:34 +0800 Subject: [PATCH] jhbuild.js --- jhbuild.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/jhbuild.js b/jhbuild.js index 277abaf..5ae4d60 100755 --- a/jhbuild.js +++ b/jhbuild.js @@ -8,11 +8,11 @@ GLib= imports.gi.GLib; Gio = imports.gi.Gio; //Roo = imports['Roo.js'].Roo; -File = imports['File.js'].File; -console = imports['console.js'].console; +File = imports.file.File; +console = imports.console; -imports['Date.js'].load(Date); +Date = imports.Date.Date; // these should come from args -- 2.39.2