summaryrefslogtreecommitdiffstats
path: root/Lib/netrc.py
diff options
context:
space:
mode:
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: