Use the distribution's PySocks module instead of our custom version

This commit is contained in:
Miguel Jacq 2018-09-04 14:26:47 +10:00
parent 0e9e729b6f
commit 45a5a2ae63
No known key found for this signature in database
GPG key ID: EEA4341C6D97A0B6
4 changed files with 3 additions and 534 deletions

View file

@ -19,9 +19,9 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
"""
from PyQt5 import QtCore
import datetime, time, socket, re, platform
import socks
from distutils.version import LooseVersion as Version
from onionshare import socks
from onionshare.settings import Settings
from onionshare.onion import Onion