mirror of
https://github.com/onionshare/onionshare.git
synced 2024-10-01 01:35:40 -04:00
Import socks module included in the onionshare module, instead of the global one
This commit is contained in:
parent
984d3f9c11
commit
22485f7933
@ -18,8 +18,9 @@ You should have received a copy of the GNU General Public License
|
|||||||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
"""
|
"""
|
||||||
from PyQt5 import QtCore
|
from PyQt5 import QtCore
|
||||||
import datetime, time, socks, socket, re, platform
|
import datetime, time, socket, re, platform
|
||||||
|
|
||||||
|
from onionshare import socks
|
||||||
from onionshare.settings import Settings
|
from onionshare.settings import Settings
|
||||||
from onionshare.onion import Onion
|
from onionshare.onion import Onion
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user