We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a3d6ca commit 4cf0a67Copy full SHA for 4cf0a67
zeroconf/actions.py
@@ -1,6 +1,7 @@
1
from time import sleep
2
import socket
3
import shlex
4
+import subprocess
5
from zeroconf import ServiceBrowser, ServiceStateChange, Zeroconf
6
from subprocess import Popen, PIPE
7
import xmltodict
0 commit comments