summaryrefslogtreecommitdiffstats
path: root/Lib/ftplib.py
diff options
context:
space:
mode:
authorSkip Montanaro <skip@pobox.com>2001-01-20 23:34:12 (GMT)
committerSkip Montanaro <skip@pobox.com>2001-01-20 23:34:12 (GMT)
commiteccd02a40d0921fc2953213e71da8a3a79d00e17 (patch)
tree7f5a2cb83402b600e73e3cdbb71f7181aaa96138 /Lib/ftplib.py
parente78b92a062153ace94989e79d36e04e0997d1710 (diff)
downloadcpython-eccd02a40d0921fc2953213e71da8a3a79d00e17.zip
cpython-eccd02a40d0921fc2953213e71da8a3a79d00e17.tar.gz
cpython-eccd02a40d0921fc2953213e71da8a3a79d00e17.tar.bz2
more __all__ updates
Diffstat (limited to 'Lib/ftplib.py')
-rw-r--r--Lib/ftplib.py1
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