From bcf5f612cc242e416c88ec7c4af0c05db6fcee7f Mon Sep 17 00:00:00 2001 From: James Lu Date: Sun, 24 Jul 2016 11:51:44 -0700 Subject: [PATCH] exec: make pylinkirc and importlib accessible --- plugins/exec.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/plugins/exec.py b/plugins/exec.py index 289ea43..a59d1c5 100644 --- a/plugins/exec.py +++ b/plugins/exec.py @@ -10,6 +10,8 @@ from pylinkirc.log import log import threading import re import time +import pylinkirc +import importlib def _exec(irc, source, args): """