gluon-core: remove obsolete gluon.site_config library

This commit is contained in:
Matthias Schiffer 2018-07-13 23:16:33 +02:00
parent c5fd53e527
commit f1f2bae94f
No known key found for this signature in database
GPG Key ID: 16EF3F64CB201D9C

View File

@ -1,11 +0,0 @@
local site = require 'gluon.site'
local setmetatable = setmetatable
module 'gluon.site_config'
setmetatable(_M, {
__index = site(),
})
return _M