contrib: added rss to init

This commit is contained in:
Adrian C. (anrxc) 2009-09-29 22:46:33 +02:00
parent 42269dcb99
commit 6a338fbee1
2 changed files with 6 additions and 5 deletions

View File

@ -1,7 +1,7 @@
----------------------------------------------------------
-- Licensed under the GNU General Public License version 2
-- * Copyright (C) 2009 olcc
----------------------------------------------------------
---------------------------------------------------
-- Licensed under the GNU General Public License v2
-- * (c) 2009, olcc
---------------------------------------------------
-- {{{ Grab environment
local pairs = pairs
@ -11,7 +11,7 @@ local setmetatable = setmetatable
-- RSS: provides latest world news
module("vicious.rss")
module("vicious.widgets.rss")
-- {{{ RSS widget type

View File

@ -16,6 +16,7 @@ local table = {
insert = table.insert,
remove = table.remove
}
require("vicious.helpers")
require("vicious.widgets")