diff options
Diffstat (limited to 'Lib/ftplib.py')
-rw-r--r-- | Lib/ftplib.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Lib/ftplib.py b/Lib/ftplib.py index ebb4d15..a5aba0f 100644 --- a/Lib/ftplib.py +++ b/Lib/ftplib.py @@ -45,6 +45,7 @@ try: except ImportError: import socket +__all__ = ["FTP","Netrc"] # Magic number from <socket.h> MSG_OOB = 0x1 # Process data out of band |