Skip to content

Commit a59ca8b

Browse files
authored
Merge pull request #6 from ramkrsna/shfix
explicitly import subprocess
2 parents 6a3d6ca + 4cf0a67 commit a59ca8b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

zeroconf/actions.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
from time import sleep
22
import socket
33
import shlex
4+
import subprocess
45
from zeroconf import ServiceBrowser, ServiceStateChange, Zeroconf
56
from subprocess import Popen, PIPE
67
import xmltodict

0 commit comments

Comments
 (0)