3
0
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:
James Lu 2017-01-01 20:39:34 -08:00
parent 38350465c1
commit 6a90401d56

View File

@ -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