summaryrefslogtreecommitdiffstats
path: root/Lib/netrc.py
diff options
context:
space:
mode:
authorSkip Montanaro <skip@pobox.com>2001-02-06 01:07:02 (GMT)
committerSkip Montanaro <skip@pobox.com>2001-02-06 01:07:02 (GMT)
commit269b83bc05452f4f54fa9df5a76608f88da544fe (patch)
tree3463eb160b6a7a04a8a1a9aebc79075d9390f91e /Lib/netrc.py
parent46fa39ab1d1e2f14c1b44c5e81c34c5f6cfb9a58 (diff)
downloadcpython-269b83bc05452f4f54fa9df5a76608f88da544fe.zip
cpython-269b83bc05452f4f54fa9df5a76608f88da544fe.tar.gz
cpython-269b83bc05452f4f54fa9df5a76608f88da544fe.tar.bz2
added several more __all__ lists
Diffstat (limited to 'Lib/netrc.py')
-rw-r--r--Lib/netrc.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/Lib/netrc.py b/Lib/netrc.py
index 6bc0292..bf944b7 100644
--- a/Lib/netrc.py
+++ b/Lib/netrc.py
@@ -4,6 +4,8 @@
import os, shlex
+__all__ = ["netrc"]
+
class netrc:
def __init__(self, file=None):
if not file: