From 269b83bc05452f4f54fa9df5a76608f88da544fe Mon Sep 17 00:00:00 2001 From: Skip Montanaro Date: Tue, 6 Feb 2001 01:07:02 +0000 Subject: added several more __all__ lists --- Lib/netrc.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Lib/netrc.py') diff --git a/Lib/netrc.py b/Lib/netrc.py index 6bc0292a223..bf944b7a7ef 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: -- cgit v1.2.3