fix import ordering

svn path=/trunk/; revision=69
This commit is contained in:
Dan Winship 2008-11-21 13:54:25 +00:00
parent c928b64648
commit 06bde9cc98

View File

@ -1,8 +1,7 @@
/* -*- mode: js2; js2-basic-offset: 4; -*- */
const Mainloop = imports.mainloop;
const Clutter = imports.gi.Clutter;
const Mainloop = imports.mainloop;
const Meta = imports.gi.Meta;
const Shell = imports.gi.Shell;
const Tidy = imports.gi.Tidy;