2
0
mirror of https://github.com/m-labs/artiq.git synced 2024-12-19 00:16:29 +08:00

protocols/pc_rpc: add missing import

This commit is contained in:
Sebastien Bourdeauducq 2015-08-10 20:07:39 +08:00
parent 52de6311a4
commit b700f591f1

View File

@ -18,6 +18,7 @@ import threading
import time
import logging
import inspect
from operator import itemgetter
from artiq.protocols import pyon
from artiq.protocols.asyncio_server import AsyncioServer as _AsyncioServer