3
0
mirror of https://github.com/jlu5/PyLink.git synced 2024-11-24 03:29:28 +01:00

exec: make pylinkirc and importlib accessible

This commit is contained in:
James Lu 2016-07-24 11:51:44 -07:00
parent 8fc310eb24
commit bcf5f612cc

View File

@ -10,6 +10,8 @@ from pylinkirc.log import log
import threading import threading
import re import re
import time import time
import pylinkirc
import importlib
def _exec(irc, source, args): def _exec(irc, source, args):
"""<code> """<code>