mirror of
https://github.com/jlu5/PyLink.git
synced 2024-11-28 05:29:25 +01:00
ircs2s_common: fix last commit (missing import)
(cherry picked from commit 6a90401d56
)
This commit is contained in:
parent
d5eb01b724
commit
4020c3dea1
@ -2,6 +2,8 @@
|
|||||||
ircs2s_common.py: Common base protocol class with functions shared by TS6 and P10-based protocols.
|
ircs2s_common.py: Common base protocol class with functions shared by TS6 and P10-based protocols.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
import time
|
||||||
|
|
||||||
from pylinkirc.classes import Protocol
|
from pylinkirc.classes import Protocol
|
||||||
from pylinkirc.log import log
|
from pylinkirc.log import log
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user