diff --git a/lib/nntp/tiny/request.py b/lib/nntp/tiny/request.py index 55729a9..51b84ca 100644 --- a/lib/nntp/tiny/request.py +++ b/lib/nntp/tiny/request.py @@ -1,8 +1,6 @@ import socket - - -class NNTPRequest(): +class Request(): __slots__ = 'buf', 'offset', 'sock', BUFFER_SIZE = 4096