Renaming, though may not need that
This commit is contained in:
parent
282f43679c
commit
ca2c0c9ce8
1 changed files with 1 additions and 3 deletions
|
@ -1,8 +1,6 @@
|
|||
import socket
|
||||
|
||||
|
||||
|
||||
class NNTPRequest():
|
||||
class Request():
|
||||
__slots__ = 'buf', 'offset', 'sock',
|
||||
|
||||
BUFFER_SIZE = 4096
|
||||
|
|
Loading…
Add table
Reference in a new issue