1---------------------------------------------------------------------------
2-- This class has been moved to `wibox.container.background`
3--
4-- @author Uli Schlachter
5-- @copyright 2010 Uli Schlachter
6-- @classmod wibox.widget.background
7---------------------------------------------------------------------------
8local gdebug = require("gears.debug")
9
10return gdebug.deprecate_class(
11    require("wibox.container.background"),
12    "wibox.widget.background",
13    "wibox.container.background"
14)
15
16-- vim: filetype=lua:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:textwidth=80
17