Import socks module included in the onionshare module, instead of the global one

This commit is contained in:
Micah Lee 2017-04-19 09:06:01 -07:00
parent 984d3f9c11
commit 22485f7933
No known key found for this signature in database
GPG Key ID: 403C2657CD994F73

View File

@ -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/>.
"""
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.onion import Onion