[Pkg-privacy-commits] [onionshare] 163/256: Import socks module included in the onionshare module, instead of the global one

Ulrike Uhlig ulrike at moszumanska.debian.org
Fri May 26 12:53:33 UTC 2017


This is an automated email from the git hooks/post-receive script.

ulrike pushed a commit to branch master
in repository onionshare.

commit 22485f793340309f24060c1cec0a2dca5bb51158
Author: Micah Lee <micah at micahflee.com>
Date:   Wed Apr 19 09:06:01 2017 -0700

    Import socks module included in the onionshare module, instead of the global one
---
 onionshare_gui/update_checker.py | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/onionshare_gui/update_checker.py b/onionshare_gui/update_checker.py
index e0f760f..b92a620 100644
--- a/onionshare_gui/update_checker.py
+++ b/onionshare_gui/update_checker.py
@@ -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
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-privacy/packages/onionshare.git



More information about the Pkg-privacy-commits mailing list