Commit eda64e9 1 parent d657c9d commit eda64e9 Copy full SHA for eda64e9
File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
#!/usr/bin/env python
2
2
from distutils .core import setup
3
3
4
- VERSION = "1.6.3 "
4
+ VERSION = "1.6.4 "
5
5
6
6
setup (
7
7
name = "PySocks" ,
Original file line number Diff line number Diff line change 1
1
"""
2
2
SocksiPy - Python SOCKS module.
3
- Version 1.6.3
3
+ Version 1.6.4
4
4
5
5
Copyright 2006 Dan-Haim. All rights reserved.
6
6
52
52
-Various small bug fixes
53
53
"""
54
54
55
- __version__ = "1.6.3 "
55
+ __version__ = "1.6.4 "
56
56
57
57
import socket
58
58
import struct
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ type python2 >/dev/null 2>&1 || alias python2='python'
5
5
echo " Starting proxy servers..."
6
6
python2 socks4server.py > /dev/null &
7
7
python2 httpproxy.py > /dev/null &
8
- ./mocks start
8
+ echo " Ensure a SOCKS5 server is listening "
9
9
10
10
sleep 2
11
11
echo " Python 2.6 tests"
You can’t perform that action at this time.
0 commit comments