mirror of
https://github.com/onionshare/onionshare.git
synced 2025-01-25 10:42:58 -03:00
Import socks module included in the onionshare module, instead of the global one
This commit is contained in:
parent
984d3f9c11
commit
22485f7933
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue