mirror of https://github.com/m-labs/artiq.git
ctlmgr: fix import
This commit is contained in:
parent
c105949155
commit
7636952496
|
@ -3,6 +3,7 @@ import logging
|
||||||
import subprocess
|
import subprocess
|
||||||
import shlex
|
import shlex
|
||||||
import socket
|
import socket
|
||||||
|
import os
|
||||||
|
|
||||||
from artiq.protocols.sync_struct import Subscriber
|
from artiq.protocols.sync_struct import Subscriber
|
||||||
from artiq.protocols.pc_rpc import AsyncioClient
|
from artiq.protocols.pc_rpc import AsyncioClient
|
||||||
|
|
Loading…
Reference in New Issue