tests/tickets.js
authorAlan Knowles <alan@akbkhome.com>
Tue, 29 Mar 2011 10:04:46 +0000 (18:04 +0800)
committerAlan Knowles <alan@akbkhome.com>
Tue, 29 Mar 2011 10:04:46 +0000 (18:04 +0800)
tests/tickets.js

index 126baa5..174bf4b 100644 (file)
@@ -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;