File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11#!/usr/bin/env python
22from distutils .core import setup
33
4- VERSION = "1.6.3 "
4+ VERSION = "1.6.4 "
55
66setup (
77 name = "PySocks" ,
Original file line number Diff line number Diff line change 11"""
22SocksiPy - Python SOCKS module.
3- Version 1.6.3
3+ Version 1.6.4
44
55Copyright 2006 Dan-Haim. All rights reserved.
66
5252-Various small bug fixes
5353"""
5454
55- __version__ = "1.6.3 "
55+ __version__ = "1.6.4 "
5656
5757import socket
5858import struct
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ type python2 >/dev/null 2>&1 || alias python2='python'
55echo " Starting proxy servers..."
66python2 socks4server.py > /dev/null &
77python2 httpproxy.py > /dev/null &
8- ./mocks start
8+ echo " Ensure a SOCKS5 server is listening "
99
1010sleep 2
1111echo " Python 2.6 tests"
You can’t perform that action at this time.
0 commit comments