* Remove ffluci.util.__file__ as it relies on debug information
[project/luci.git] / src / ffluci / config.lua
index 8b94db8..8b1a73d 100644 (file)
@@ -28,6 +28,10 @@ limitations under the License.
 module("ffluci.config", package.seeall)
 require("ffluci.model.uci")
 require("ffluci.util")
+require("ffluci.debug")
+
+-- Our path (wtf Lua lacks __file__ support)
+path = ffluci.debug.path
 
 -- Warning! This is only for fallback and compatibility purporses! --
 main = {}