Skip to content

Commit

Permalink
Update Wiktra.py
Browse files Browse the repository at this point in the history
  • Loading branch information
kbatsuren authored Jul 20, 2021
1 parent 423a301 commit a8a307e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Wiktra.py
Original file line number Diff line number Diff line change
@@ -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"')
Expand Down

0 comments on commit a8a307e

Please sign in to comment.