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, 1 insertions, 1 deletions
diff --git a/Lib/netrc.py b/Lib/netrc.py
index 5493d77..754828c 100644
--- a/Lib/netrc.py
+++ b/Lib/netrc.py
@@ -108,4 +108,4 @@ class netrc:
return rep
if __name__ == '__main__':
- print netrc()
+ print(netrc())