diff --git a/clients/windows/client/plink.py b/clients/windows/client/plink.py index c8f723c..117e4b9 100644 --- a/clients/windows/client/plink.py +++ b/clients/windows/client/plink.py @@ -3,7 +3,6 @@ from termcolor import cprint -from client import utils from client.win import setup_windows_proxy, drop_windows_proxy diff --git a/clients/windows/mooshak.py b/clients/windows/mooshak.py index 3603ebb..5ad9f56 100644 --- a/clients/windows/mooshak.py +++ b/clients/windows/mooshak.py @@ -1,8 +1,8 @@ import os import signal import sys -import threading import time +from sys import exit from termcolor import cprint