* luci/libd/core: Add serialize_data() and restore_data() to luci.util, use the new...
[project/luci.git] / libs / core / luasrc / debug.lua
1 module("luci.debug", package.seeall)
2 __file__ = debug.getinfo(1, 'S').source:sub(2)