2010-08-20 22:27:07 +02:00
|
|
|
---------------------------------------------------------------------------
|
|
|
|
-- @author Uli Schlachter
|
|
|
|
-- @copyright 2010 Uli Schlachter
|
|
|
|
-- @release @AWESOME_VERSION@
|
|
|
|
---------------------------------------------------------------------------
|
|
|
|
|
|
|
|
require("gears.color")
|
2010-09-28 16:09:40 +02:00
|
|
|
require("gears.sort")
|
2010-08-20 22:27:07 +02:00
|
|
|
|
|
|
|
module("gears")
|
|
|
|
|
|
|
|
-- vim: filetype=lua:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=80
|