mirror of
https://github.com/jlu5/PyLink.git
synced 2024-11-23 19:19:31 +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
|
||||
from log import log
|
||||
|
||||
# Easier access to world through eval/exec.
|
||||
import world
|
||||
|
||||
def _exec(irc, source, args):
|
||||
"""<code>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user