mirror of
https://github.com/jlu5/PyLink.git
synced 2024-11-01 09:19:23 +01:00
exec: make pylinkirc and importlib accessible
(cherry picked from commit bcf5f612cc
)
This commit is contained in:
parent
02bac384df
commit
a28405c9ff
@ -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>
|
||||||
|
Loading…
Reference in New Issue
Block a user