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 69f2cc212d
commit 1e29a12221
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