mirror of
https://github.com/jlu5/PyLink.git
synced 2024-11-30 23:09:23 +01:00
ircs2s_common: fix last commit (missing import)
This commit is contained in:
parent
38350465c1
commit
6a90401d56
@ -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