import signal in netcontrol

This commit is contained in:
Kevin Froman 2019-07-14 01:57:25 -05:00
parent 51cc390515
commit 34ddded76d
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@
You should have received a copy of the GNU General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.
'''
import os, sys, base64, subprocess
import os, sys, base64, subprocess, signal
import config, logger
from . import getopenport
config.reload()