3
0
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:
James Lu 2015-09-27 12:15:10 -07:00
parent 5aeaac0394
commit 0d3a7a5ce0

View File

@ -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>