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 a15cae72de
commit 44f63b57b5

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