Skip to content

Commit

Permalink
Merge pull request #6 from ramkrsna/shfix
Browse files Browse the repository at this point in the history
explicitly import subprocess
  • Loading branch information
ramkrsna authored Mar 5, 2018
2 parents 6a3d6ca + 4cf0a67 commit a59ca8b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions zeroconf/actions.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
from time import sleep
import socket
import shlex
import subprocess
from zeroconf import ServiceBrowser, ServiceStateChange, Zeroconf
from subprocess import Popen, PIPE
import xmltodict
Expand Down

0 comments on commit a59ca8b

Please # to comment.