mirror of
https://github.com/jlu5/PyLink.git
synced 2025-02-17 14:01:03 +01:00
exec: make pylinkirc and importlib accessible
(cherry picked from commit bcf5f612cc242e416c88ec7c4af0c05db6fcee7f)
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…
x
Reference in New Issue
Block a user