launchers: import network is not required anymore

This commit is contained in:
Oleksii Shevchuk 2018-10-26 15:43:12 +03:00
parent ad45979f1f
commit 68717d668a
4 changed files with 0 additions and 5 deletions

View File

@ -4,7 +4,6 @@
__all__ = ['AutoProxyLauncher']
import network
import argparse
from network.lib import utils

View File

@ -4,7 +4,6 @@
__all__ = ['BindLauncher']
import network
import logging
import argparse

View File

@ -4,7 +4,6 @@
__all__ = ['ConnectLauncher']
import network
import argparse
import logging

View File

@ -27,8 +27,6 @@ import subprocess
import tempfile
import platform
import network
from network.lib import getLogger
logger = getLogger('dnscnc')