From 83183b366a6618feff1af79c85303b43d22f5ce6 Mon Sep 17 00:00:00 2001 From: James Lu Date: Mon, 21 Aug 2017 23:12:42 -0700 Subject: [PATCH] exec: import all of pylinkirc for convenience --- plugins/exec.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/exec.py b/plugins/exec.py index e295fc8..9ffe8e8 100644 --- a/plugins/exec.py +++ b/plugins/exec.py @@ -4,7 +4,7 @@ exec.py: Provides commands for executing raw code and debugging PyLink. import pprint import threading -from pylinkirc import utils, world +from pylinkirc import * from pylinkirc.log import log from pylinkirc.coremods import permissions