diff --git a/Wiktra.py b/Wiktra.py index 317bf7c..afcd709 100644 --- a/Wiktra.py +++ b/Wiktra.py @@ -1,8 +1,9 @@ import os +os.chdir(os.path.dirname(__file__)) + import lupa from lupa import LuaRuntime -os.chdir(os.path.dirname(__file__)) lua = LuaRuntime(unpack_returned_tuples=True) #lua.execute("dir = io.popen'cd':read'*l'") #lua.execute('package.path = package.path .. ";" .. dir.."\\\?.lua"')