1
0
Fork 0
mirror of https://github.com/Reuh/ubiquitousse.git synced 2025-10-28 01:29:31 +00:00

Better dependecy management

This commit is contained in:
Reuh 2016-04-26 16:15:20 +02:00
parent fc40d440df
commit 8694400105
4 changed files with 5 additions and 8 deletions

View file

@ -1,6 +1,5 @@
-- abstract.scene
local abstract = require((...):match("^(.-abstract)%."))
local time = abstract.time
local time = require((...):match("^(.-abstract)%.")..".time")
--- Returns the file path of the given module name.
local function getPath(modname)