This website works better with JavaScript.
Home
Explore
Help
Sign In
jmg
/
aiosocks
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Fixed: wrong error message
main
nibrag
8 years ago
parent
cfc1c3057e
commit
d1bb9661fe
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
setup.py
+ 1
- 1
setup.py
View File
@@ -20,7 +20,7 @@ with codecs.open(os.path.join(os.path.abspath(os.path.dirname(
if sys.version_info < (3, 4, 0):
raise RuntimeError("aiosocks requires Python 3.
5.1
+")
raise RuntimeError("aiosocks requires Python 3.
4
+")
setup(
Write
Preview
Loading…
Cancel
Save