diff options
Diffstat (limited to 'Lib/socket.py')
| -rw-r--r-- | Lib/socket.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Lib/socket.py b/Lib/socket.py index 0dd8ec70e1..3016b03104 100644 --- a/Lib/socket.py +++ b/Lib/socket.py @@ -104,8 +104,6 @@ def _intenum_converter(value, enum_klass): except ValueError: return value -_realsocket = socket - # WSA error codes if sys.platform.lower().startswith("win"): errorTab = {} |
