From 6001802988784a2db8ad17a9e0dade48895fa851 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Tue, 29 Mar 2011 18:04:46 +0800 Subject: [PATCH] tests/tickets.js --- tests/tickets.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/tickets.js b/tests/tickets.js index 126baa55..174bf4bf 100644 --- a/tests/tickets.js +++ b/tests/tickets.js @@ -3,8 +3,6 @@ * let's see if we can pull a list of tickets from the tracker.. * */ -GLib = imports.gi.GLib; -Soup = imports.gi.Soup ; GI = imports.gi.GIRepository GLib = imports.gi.GLib; @@ -12,6 +10,8 @@ GLib = imports.gi.GLib; // we add this in, as it appears to get lost sometimes if we set it using the ENV. variable in builder.sh GI.IRepository.prepend_search_path(GLib.get_home_dir() + '/.Builder/girepository-1.1'); +Soup = imports.gi.Soup ; + File = imports['../File.js'].File; -- 2.39.2