diff options
Diffstat (limited to 'Lib/nntplib.py')
-rw-r--r-- | Lib/nntplib.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/nntplib.py b/Lib/nntplib.py index ea831cf..16e7550 100644 --- a/Lib/nntplib.py +++ b/Lib/nntplib.py @@ -590,4 +590,3 @@ if __name__ == '__main__': print "%7s %s" % item resp = s.quit() print resp - |