* 3rd Package reorgnaisation
[project/luci.git] / libs / core / src / debug.lua
diff --git a/libs/core/src/debug.lua b/libs/core/src/debug.lua
new file mode 100644 (file)
index 0000000..a56400f
--- /dev/null
@@ -0,0 +1,2 @@
+module("luci.debug", package.seeall)
+__file__ = debug.getinfo(1, 'S').source:sub(2)
\ No newline at end of file