mirror of
https://github.com/jlu5/PyLink.git
synced 2024-11-27 21:19:31 +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.
|
||||
"""
|
||||
|
||||
import time
|
||||
|
||||
from pylinkirc.classes import Protocol
|
||||
from pylinkirc.log import log
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user