mirror of
https://github.com/jlu5/PyLink.git
synced 2024-11-27 13:09:23 +01:00
exec: import world, for easier access to it
This commit is contained in:
parent
5aeaac0394
commit
0d3a7a5ce0
@ -6,6 +6,9 @@ sys.path.append(os.path.dirname(os.path.dirname(os.path.abspath(__file__))))
|
|||||||
import utils
|
import utils
|
||||||
from log import log
|
from log import log
|
||||||
|
|
||||||
|
# Easier access to world through eval/exec.
|
||||||
|
import world
|
||||||
|
|
||||||
def _exec(irc, source, args):
|
def _exec(irc, source, args):
|
||||||
"""<code>
|
"""<code>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user